adr
Write an Architecture Decision Record documenting a significant technical decision.
Run a multi-step workflow by breaking a complex task into coordinated sub-tasks.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/orchestrateContext preview
What this command does when you run it.
Run a multi-step workflow by breaking a complex task into coordinated sub-tasks.
Run a multi-step workflow by breaking a complex task into coordinated sub-tasks.
1. Parse the workflow specification from the argument:
2. Decompose into ordered sub-tasks:
3. For each sub-task, define:
4. Execute tasks in dependency order:
5. After all tasks complete, run a final verification:
6. Report the full execution summary.
Workflow: <description> Tasks: <total> (<completed>/<total>) | # | Task | Status | Duration | Notes | |---|------|--------|----------|-------| | 1 | <task> | done | 2m | <notes> | | 2 | <task> | done | 5m | <notes> | | 3 | <task> | failed | 1m | <error> | Overall: <success/partial/failed> Duration: <total time>
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.