feat: /work skill — plan-to-implementation orchestrator#691
Open
shohu wants to merge 1 commit intogarrytan:mainfrom
Open
feat: /work skill — plan-to-implementation orchestrator#691shohu wants to merge 1 commit intogarrytan:mainfrom
shohu wants to merge 1 commit intogarrytan:mainfrom
Conversation
Closes the workflow gap between plan review and shipping. Reads plan artifacts from /plan-ceo-review, /plan-eng-review, and /plan-design-review, decomposes into tasks, and implements with automatic mode selection (standard or parallel worktrees). Addresses garrytan#242 and garrytan#182.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/work, a new skill that closes the workflow gap: plan → work → review → ship/plan-ceo-review,/plan-eng-review, and/plan-design-reviewreviews.jsonlso/ship's Review Dashboard tracks implementationHow it works
~/.gstack/projects/reviews.jsonl/review→/qa→/shipWhy a new PR (not #218 or #580)
Key differentiators from industry best practices (Addy Osmani, Claude Code docs):
Design decisions
scripts/discover-skills.tspicks up new*/SKILL.md.tmplfilesTest plan
bun run gen:skill-docsgenerateswork/SKILL.mdwithout errorsbun run gen:skill-docs --dry-runshows FRESH for all 33 filesbun test— 1 pre-existing failure inpath-validation.test.ts(unrelated, fails on clean main)/workafter running/plan-eng-reviewon a feature branch (Standard mode)/workon a plan with 5+ tasks across multiple directories (Parallel mode)reviews.jsonlentry appears after/workcompletes/shipReview Dashboard shows/workrunFiles changed
work/SKILL.md.tmplwork/SKILL.mdRelated
This contribution was developed with AI assistance (Claude Code).
🤖 Generated with Claude Code