Team Plan — Tactical Implementation Plan
Run the PLAN phase. There is no gate here. The plan is a tactical artifact for the implementer, mechanically derived from the structure.
Input
$ARGUMENTS is the artifact directory: docs/plans/<id>/. If empty, the
discovery command below resolves it.
The planner reads:
$ARGUMENTS/7-structure.md$ARGUMENTS/6-design.md$ARGUMENTS/5-research.md
Resolve <team-skill-dir> to the absolute directory containing
skills/team/SKILL.md. From the repository root, run the command below. Its
predecessor filter requires a 7-structure.md (structure is not gated, so no
approval check):
"<team-skill-dir>/discover-topic.sh" "${ARGUMENTS:-}" "7-structure.md"
- If the command printed a path, use it as
$ARGUMENTSfor the rest of this skill (tier 1 explicit arg, or tier 2 discovery of the predecessor). When the path came from tier 2 (no explicit arg), announce the resolved directory to the user before proceeding, so an auto-picked topic is never silent. - If the command printed nothing (tier 3 — no directory holds a
7-structure.md), do not hard-error. FireAskUserQuestionwith aSetupheader and labeled options:- Run the producer — run
/team-structure docs/plans/<id>/to produce7-structure.md. - Give a path — the user supplies the
docs/plans/<id>/directory directly (runls docs/plans/to find your topic directory).
- Run the producer — run
Execution
- Use the directory resolved in
## Input(the discovery there already confirmed7-structure.mdexists). - Dispatch
planner, which writes$ARGUMENTS/8-plan.mdwith file-level steps and per-slice acceptance test mappings. - Stop once
$ARGUMENTS/8-plan.mdexists.
Report plan path and tell the user:
"Next: run /team-worktree docs/plans/<id>/"