feat: /build skill — plan-to-implementation orchestrator#218
Open
jeff-artemys wants to merge 3 commits intogarrytan:mainfrom
Open
feat: /build skill — plan-to-implementation orchestrator#218jeff-artemys wants to merge 3 commits intogarrytan:mainfrom
jeff-artemys wants to merge 3 commits intogarrytan:mainfrom
Conversation
Closes the workflow gap between plan reviews and /ship. Reads artifacts from /plan-ceo-review, /plan-eng-review, and /plan-design-review, then orchestrates implementation using TeamCreate for multi-agent coordination. Key design decisions: - Single-agent mode for small plans (< 5 tasks), TeamCreate for larger ones - Wave-based parallelism derived from task dependency graph - Self-contained task descriptions so agents work independently - Plan conformance verification before handoff to /ship
Establishes code quality philosophy for /build output: the Liability Principle (earn every abstraction, file, and dependency), explicit definitions of what clean means and does not mean, and propagation into agent prompts so spawned teammates inherit the same standards.
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
/build, a new skill that closes the workflow gap: plan → review → build → ship/plan-ceo-review,/plan-eng-review, and/plan-design-reviewTeamCreate+Agentfor multi-agent parallel implementation on larger plansgen-skill-docs.tsso CI freshness checks passHow it works
~/.gstack/projects//shipCode Standards philosophy
The skill establishes and enforces code quality principles on all generated code:
Design decisions
{{PREAMBLE}},{{BASE_BRANCH_DETECT}},{{REVIEW_DASHBOARD}}reviews.jsonlso/shipreview dashboard can see the build ranTest plan
bun run gen:skill-docsgeneratesbuild/SKILL.mdwithout errorsbun run gen:skill-docs --dry-runshows FRESH for all filesbun test— 383 tests pass, 0 failures$Bcommands (none used — this is an orchestration skill)/buildafter running/plan-eng-reviewon a feature branchFiles changed
build/SKILL.md.tmplbuild/SKILL.mdscripts/gen-skill-docs.ts