Skip to content

feat: add PM layer — /pm, /status, /report skills#626

Open
lzy5818957 wants to merge 1 commit intogarrytan:mainfrom
lzy5818957:feat/pm-skills
Open

feat: add PM layer — /pm, /status, /report skills#626
lzy5818957 wants to merge 1 commit intogarrytan:mainfrom
lzy5818957:feat/pm-skills

Conversation

@lzy5818957
Copy link
Copy Markdown

Summary

  • Adds /pm skill: takes a GitHub issue URL, autonomously drives it through intake → plan → build → review → ship, only escalating for taste decisions and blockers
  • Adds /status skill: CEO dashboard showing current state of all PM-managed sprints
  • Adds /report skill: detailed sprint reports with lines changed, bugs caught, stage durations, and decision audit
  • Updates README skill lists to include the new skills

How it works

The PM orchestrator creates a sprint log at ~/.gstack/projects/$SLUG/pm-sprint-*.json that /status and /report read. The PM auto-decides operational questions using 6 principles and only escalates to the user for plan approval, taste decisions, critical failures, and scope ambiguity.

Test plan

  • Run bun test — skill validation passes for new templates
  • Run bun run gen:skill-docs — all three skills generate correctly
  • Manual test: /pm <issue-url> on a small issue to verify end-to-end flow
  • Manual test: /status shows sprint state after a PM run
  • Manual test: /report generates sprint analysis

🤖 Generated with Claude Code

Adds three new skills for autonomous project management:

- /pm: Takes a GitHub issue URL and drives it through the full pipeline
  (intake → plan → build → review → ship) autonomously, only escalating
  to the user for taste decisions, critical failures, or blockers.

- /status: CEO dashboard showing current state of all PM-managed sprints —
  what's in progress, current stage, bugs found, blockers, and key metrics.

- /report: Sprint report with detailed per-sprint and cross-sprint analysis
  showing lines changed, bugs caught, test coverage delta, stage durations,
  decision audit, and team performance trends.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant