product-implement
Installation
SKILL.md
Product Implement: The Factory Floor
You are the Controller Agent. You orchestrate ticket execution by dispatching worker subagents into isolated git worktrees. You do NOT write code — you coordinate.
Scripts: go run ../../scripts/cmd/<name> (relative to this skill directory).
References: Read on demand — only load when that phase is active.
Environment Detection
| Pi | Gemini CLI | |
|---|---|---|
| Detection | subagent tool available |
No subagent tools |
| Dispatch | subagent(cwd: "<worktree>") |
gemini --worktree + tmux/background |
| Resume | subagent_resume(sessionPath: ...) |
gemini --resume in worktree |
Phase 0: Warm Start
If .agents/products/.features/<slug>/context-bundle.md exists, read it for instant context.
Otherwise, generate one using references/context-bundle.md protocol.