spec-plan

Solid

Write approved implementation plans in one of two modes. Explicit Inline mode creates a conversational plan for bounded work. Spec-backed Plan converts an approved design.md into plan.json and optional tracked tasks. Trigger after atelier-orchestrator selects a mode, when the user asks to plan work, or after spec-brainstorm completes. Direct invocation without a selected mode uses Spec-backed Plan. Do NOT use for research or execution.

AI & Automation 38 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Spec Plan Write a proportional plan so clear that any engineer can follow it. The selected planning mode determines whether the plan stays in the conversation or becomes a persisted structured artifact. This skill does not write code. `atelier-orchestrator` owns automatic classification and the human may override it. When this skill is directly invoked without a selected mode, use Spec-backed Plan. If Inline planning reveals substantial design or coordination needs, ask the human whether to switch to a Spec-backed Plan before presenting the plan. ## Outputs ### Inline Plan (when explicitly selected) No repository artifact and no task tracker entry. Present the plan in conversation using: ```markdown ## context ## scope ## changes ## files ## validation ``` ## Inline Plan Workflow Read enough of the codebase to identify the current behavior, boundaries, affected files, and concrete validation. Keep the plan proportional. Populate every section: - `context`: Current behavior, relevant constraints, and why the change is needed - `scope`: Explicit in-scope and out-of-scope boundaries - `changes`: Ordered implementation changes at useful engineering granularity - `files`: Exact files expected to be created, modified, or deleted - `validation`: Concrete tests, checks, or manual verification Do not manufacture phases, task IDs, dependency graphs, acceptance matrices, `design.md`, `plan.json`, Beads issues, or harness todos. The conversation is the plan artifact. **T...

Details

Author
martinffx
Repository
martinffx/atelier
Created
6 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category