with one click
blueprint
// Produces an actionable implementation plan from a completed brief, including PlantUML detailed design when needed.
// Produces an actionable implementation plan from a completed brief, including PlantUML detailed design when needed.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | blueprint |
| description | Produces an actionable implementation plan from a completed brief, including required PlantUML detailed design diagrams. |
Use this skill to convert brief.md into a concrete blueprint.md.
For new slices, blueprint.md is the final execution artifact before implementation begins.
When .skills/execution.json sets auto_start_implementation to true, the blueprint handoff should continue directly into implementation after the slice is marked blueprint_ready.
brief.md as the slice contract.<slice_path>/blueprint.md.<slice_path>/blueprint.mdOptional sections may cover:
Resolve <slice_path> through guide-execution.
blueprint owns the content of <slice_path>/blueprint.md.
guide-execution should route into planning and validate readiness, but it should not take over implementation-plan authoring that belongs to blueprint.
brief.md as the source of truth for slice intent, expected behavior, and acceptance.brief.md; reference and translate them into implementation detail.Architecture / Constraints
Risk / Compliance
Testability
Failed gates must be fixed or explicitly waived with rationale.
blueprint.md Requirements<slice_path>/blueprint.md must include:
guide-execution.brief.md and scan the target codebase.plan-template.md without recreating the brief narrative.guide-execution when the blueprint is ready.auto_start_implementation is enabled, continue directly into repository implementation work after the handoff; otherwise stop when the plan is actionable and ready for execution.