From design-thinking
Initialize a new Design Thinking session from a pain point or problem statement
How this command is triggered — by the user, by Claude, or both
Slash command
/design-thinking:startThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Initialize a new Design Thinking session.
## Instructions
Follow the **Session Initialization** procedure from the design-thinking orchestrator skill (SKILL.md):
1. Generate session ID: `DT-{PROJECT}-{YYYYMMDD}-{SEQ}` (derive PROJECT from directory name, SEQ starts at 001)
2. Create workspace: `mkdir -p .design-thinking/sessions/{session_id}/{empathize,define,ideate,prototype,quality-gates}`
3. Initialize `{workspace}/state.yaml` with all phases set to `not_started`, empathize set to `engaging`
4. Write `.design-thinking/state.yaml` with `active_session` and `workspace`
5. If user provid...Initialize a new Design Thinking session.
Follow the Session Initialization procedure from the design-thinking orchestrator skill (SKILL.md):
DT-{PROJECT}-{YYYYMMDD}-{SEQ} (derive PROJECT from directory name, SEQ starts at 001)mkdir -p .design-thinking/sessions/{session_id}/{empathize,define,ideate,prototype,quality-gates}{workspace}/state.yaml with all phases set to not_started, empathize set to engaging.design-thinking/state.yaml with active_session and workspace{workspace}/empathize/conversation-log.mdIf no pain point/problem was provided, ask the user to describe their problem or pain point before proceeding.
npx claudepluginhub baodq97/open-plugin --plugin design-thinking/startImplements Manus-style file-based planning for complex tasks by creating task_plan.md, findings.md, and progress.md. Supports automatic session recovery after /clear.
/startOrchestrates provided tasks using three agents (task-orchestrator, decomposer, dependency-analyzer) to generate execution plans, tracking directories, dependency graphs, and coordination documents.
/startOrchestrates provided tasks using three agents (task-orchestrator, decomposer, dependency-analyzer) to generate execution plans, tracking directories, dependency graphs, and coordination documents.
/startStarts ClaudeClaw heartbeat daemon: blocks home-dir starts, installs Bun/Node if needed, checks/runs interactive config for model, heartbeat, Telegram/Discord/security.
/startStarts interactive UI design session: interviews requirements, generates variations, collects feedback, iterates to refined design, produces implementation plan. Optional target argument.
/startStarts the Nights Watch daemon to monitor Claude usage limits and autonomously execute tasks from task.md. Supports optional --at TIME scheduling.