skills/blueprint/SKILL.md
Produces an actionable implementation plan from a completed brief, including required PlantUML detailed design diagrams.
npx skillsauth add sirius-cc-wu/sirius-skills blueprintInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
Create or resume a dedicated git worktree for one feature or subfeature, drive `ship` inside that worktree, and hand the finished branch back as a pull request to the original branch.
testing
Reviews one completed feature or subfeature against final implementation and slice artifacts, then records a durable reconciliation block before archive.
development
Tightens durable repo-level rules in AGENTS.md and adjacent governance surfaces when repeated drift reveals a policy gap.
data-ai
Resolves one reviewed feature or subfeature backlog into remaining planned slices and routes each active slice to the next owning execution step with one commit per completed slice.