ワンクリックで
design
Convert specification into technical design. Use when creating architecture, defining components, interfaces, and data flows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Convert specification into technical design. Use when creating architecture, defining components, interfaces, and data flows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate and maintain AI_STANCE.md for any uFawkes* repo. Use when onboarding a repo to the uFawkesAI suite, when reviewing AI policy currency, or when a new AI tool is being adopted. Implements DORA AI Capability 1.
Ensure graphify corpus is current and complete before each agent session. Define minimum AI-accessible documentation per repo. Use at session startup to verify internal context is available to AI tools. Implements DORA AI Capability 3.
15-minute JTBD + acceptance criterion exercise. Use before any spec session. Produces a discovery-brief.md that anchors the entire increment to a real user need and a measurable DORA outcome. Implements DORA AI Capability 6.
Enforce minimum documentation standard across uFawkes* repos. Use when auditing a repo before release, onboarding a new repo to the suite, or implementing roadmap item 0.6 (cross-repo README links). Directly supports DORA AI Capability 3 and the 2023 DORA finding that documentation quality amplifies all technical capabilities.
Create and manage DOJO content for platform engineering education and knowledge sharing.
Maintain AI_STANCE.md as a living document. Use quarterly or when a new AI tool is adopted. Handles review triggers, the three-bucket update process, socialization checklist, and cross-repo consistency. Companion to ai-stance skill.
| name | design |
| description | Convert specification into technical design. Use when creating architecture, defining components, interfaces, and data flows. |
| license | MIT |
| compatibility | Claude Code, GitHub Copilot, OpenCode, Cursor, Codex, Gemini CLI |
| metadata | {"author":"paruff","suite":"uFawkesAI"} |
Load trigger:
"load design skill"> DORA: Cap 3 (AI-Accessible Internal Data) Token cost: Low
Convert specification into technical design.
| Skill | Purpose |
|---|---|
design/architecture-decomposition | Break down system architecture |
design/component-identification | Identify required components |
design/interface-definition | Define component interfaces |
design/k8s-design-validation | Validate Kubernetes design |
| Skill | Relationship |
|---|---|
spec | Consumes specification and requirements |
specification.md (from spec)design.mdarchitecture-decisions.mdcomponent-interfaces.md{
"skill": "design",
"status": "pass | fail",
"architecture": {
"overview": "description",
"components": ["auth-service", "user-api", "database"],
"patterns": ["microservices", "event-driven"]
},
"interfaces": [
{
"component": "auth-service",
"inputs": ["email", "password"],
"outputs": ["token", "user-id"]
}
],
"tradeoffs": [
{
"decision": "Use PostgreSQL",
"alternatives": ["MySQL", "MongoDB"],
"rationale": "ACID compliance required"
}
]
}