ワンクリックで
design
Start iterative requirements gathering for a design document
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start iterative requirements gathering for a design document
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build and maintain the Codebase Atlas for Code Mode: propose areas, write schema-validated explanation nodes via sly-atlas, declare collections for bulk file families, run staleness-driven refreshes PLUS a coverage crawl that enriches the thinnest area every run, generate the catch-up digest, author guided tours, annotate database schemas, serve atlas context to agents, and drive the Code Mode view with navigate/highlight/deck directives
Dynamic context provider for codebase knowledge. This skill should be used when working on code, answering questions about architecture, or making changes that require understanding of project structure. Maintains area-specific reference files that are loaded on demand. Self-updating based on observed drift between references and actual code. Load this skill early in work sessions - it contains essential workflow and update protocols.
Manage kanban cards via CLI with commands for search, create, update, move, reorder, problem tracking, cross-agent notes, scheduled automations, cross-card prompt execution, AI-set status line (manual + tiered auto-status), and structured questionnaires
Send responses back to the user via their messaging channel (Telegram, Slack, Teams, etc). Use this skill when a message arrives with a channel header like [Telegram], [Slack], etc.
Create a git checkpoint of ALL recent changes
Dynamic context provider for codebase knowledge. This skill should be used when working on code, answering questions about architecture, or making changes that require understanding of project structure. Maintains area-specific reference files that are loaded on demand. Self-updating based on observed drift between references and actual code. Load this skill early in work sessions - it contains essential workflow and update protocols.
| name | design |
| version | 1.1.1 |
| updated | "2026-02-22T00:00:00.000Z" |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, SlashCommand |
| argument-hint | design topic (e.g., Session management system) |
| description | Start iterative requirements gathering for a design document |
Start an iterative requirements-gathering session for a new design. Creates a lightweight document in documentation/designs/ focused on exploring the problem space, not implementation details.
This command sets you into requirements mode:
documentation/designs/{descriptive_name}.md (snake_case, no date prefix)node scripts/kanban.js update <card-id> --design-ref "documentation/designs/{name}.md"
IMPORTANT: This is a separate CLI command you must execute. Do NOT add the path to the card's description field. The --design-ref flag sets a dedicated field on the card that links to this design document.# Design: {topic}
**Status:** Discovery
**Created:** YYYY-MM-DD
**Last Updated:** YYYY-MM-DD
## Problem Statement
<What problem are we solving? Why does it matter? Who is affected?>
## Goals
<What must this solution achieve?>
1. <goal>
2. <goal>
## Non-Goals
<What is explicitly out of scope?>
- <non-goal>
## Context
<Background info, constraints, related systems>
## Approach Options
### Option A: <name>
<Description, pros, cons>
### Option B: <name>
<Description, pros, cons>
## Decisions
<Record decisions as they're made>
| Decision | Choice | Rationale |
|----------|--------|-----------|
| <topic> | <choice> | <why> |
## Open Questions
<Questions that need answers before implementation>
- [ ] <question>
- [ ] <question>
## Related Areas
<Context-priming areas relevant to this design>
- <area>: <why relevant>
## Notes
<Captured thoughts, references, examples>
When in design mode:
Start with questions - Don't assume you understand the problem
Present options - When there are multiple approaches
Capture decisions - When the user makes a choice
Check readiness - When requirements feel complete
/feature {design name} to create the implementation plan"When the design is ready for implementation:
/feature referencing this designdesign_refAfter creating the initial document:
documentation/designs/{name}.md$ARGUMENTS