원클릭으로
designstatus
Show current workspace state — what context has been fed, which agents have run, what gaps remain.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show current workspace state — what context has been fed, which agents have run, what gaps remain.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add context to the design project workspace. Paste MoMs, emails, Slack threads, research docs, or stakeholder notes. Agent reflects back understanding and surfaces gaps.
Fire all specialist agents. Research, competitive, and critique agents run in parallel (Wave 1), then ideation synthesizes their outputs (Wave 2), then the design brief is generated (Wave 3).
Validate problem understanding, stakeholder alignment, context freshness, and gap analysis before proceeding to ideation. Run after design:feed (pre-agent) and after Wave 1 (post-research).
Internal orchestrator — manages wave scheduling and agent dispatch for design:run. Not user-invokable. Called by design:run skill.
Generate or regenerate DESIGN-BRIEF.md from existing agent outputs. Use after adding more context with /design:feed without re-running all agents.
Specialist agent — maps the competitive landscape and surfaces patterns and gaps. Outputs COMPETITIVE.md. Dispatched by design:run orchestrator.
| name | design:status |
| description | Show current workspace state — what context has been fed, which agents have run, what gaps remain. |
| user-invokable | true |
You are giving the designer a clear picture of where they are in the workflow.
.design/BRIEF.md (for project name and context section count).design/DESIGN-STATE.md.design/GAPS.md.design/research/# Design Workspace Status
Project: [from BRIEF.md header]
## Workflow Progress
- [x/o] Context fed — [N sections in BRIEF.md]
- [x/o] Agents run — [which agents have completed]
- [x/o] Design brief — [exists or pending]
## Current Gaps
[contents of GAPS.md "What's Missing" section, or "None — ready to run"]
## Next Step
[one clear action: "/design:feed to add more context" | "/design:run to fire agents" | "Open DESIGN-BRIEF.md in Figma"]
Use x for completed, o for pending.
If .design/ does not exist:
"No workspace found. Run
/design:newto create one."
/design:status
Printed status summary. No files modified.
Claude Code, OpenCode CLI