원클릭으로
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.