ワンクリックで
blueprint
Produces an actionable implementation plan from a completed brief, including required PlantUML detailed design diagrams.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Produces an actionable implementation plan from a completed brief, including required PlantUML detailed design diagrams.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Bootstraps `.skills/planning.json`, `.skills/execution.json`, and `.skills/conventions.json` for a repository, and can also scaffold a wiki knowledge layer next to the planning feature directory. Use when a user asks to configure a project, initialize `sirius-skills` settings, apply generic defaults, add Jira-oriented conventions, or bootstrap the repo's wiki skeleton.
Canonical workflow for creating and managing durable subfeatures under an existing feature. Use this whenever the user asks to add, create, start, open, or bootstrap a subfeature so downstream planning skills keep the expected metadata and discovery-draft lifecycle.
Reconcile one planning target, optionally execute planning owners in sequence, and persist checkpointed resume context through approval, optional auto-commit handoff, and planning-commit handoff.
Converts repo stories and planning docs into directly executable, dependency-aware work items with traceability and execution handoff.
Closes the active execution slice with validation and records durable closure metadata while invoking shared owner-completion reconciliation.
Produces feature-level system-design.md artifacts before breakdown when a feature needs architecture, interface, constraint, failure-handling, or validation decisions captured durably.
| name | blueprint |
| description | Produces an actionable implementation plan from a completed brief, including required PlantUML detailed design diagrams. |
Use this skill to create the primary slice-scoped execution artifact.
For new slices, blueprint.md owns both the slice contract and the final
implementation plan 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.<slice_path>/blueprint.md.blueprint.md for new slices.<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 slice-contract or implementation-plan authoring that belongs to blueprint.
Slice Contract section in blueprint.md as the source of truth for new-slice intent, expected behavior, and acceptance.brief.md exists, preserve its intent in the Slice Contract section instead of duplicating both documents in full.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, including the Slice Contract section.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.