一键导入
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