mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-11 03:43:30 +08:00
1.4 KiB
1.4 KiB
name, description, allowed_tools
| name | description | allowed_tools | |||||
|---|---|---|---|---|---|---|---|
| add-new-command-or-agentic-workflow | Workflow command scaffold for add-new-command-or-agentic-workflow in everything-claude-code. |
|
/add-new-command-or-agentic-workflow
Use this workflow when working on add-new-command-or-agentic-workflow in everything-claude-code.
Goal
Adds a new command or agentic workflow to the system, often including new .md command files, agent definitions, and skill orchestrators.
Common Files
commands/*.mdagents/*.mdskills/*/SKILL.mdscripts/*.shexamples/*
Suggested Sequence
- Understand the current state and failure mode before editing.
- Make the smallest coherent change that satisfies the workflow goal.
- Run the most relevant verification for touched files.
- Summarize what changed and what still needs review.
Typical Commit Signals
- Create one or more new command markdown files in commands/ (e.g., gan-build.md, santa-loop.md, prp-*.md)
- Add or update agent definitions in agents/ (e.g., gan-generator.md, opensource-forker.md)
- Add or update skill orchestrator in skills/ (e.g., skills/gan-style-harness/SKILL.md, skills/opensource-pipeline/SKILL.md)
- Optionally add shell orchestrators or scripts (e.g., scripts/gan-harness.sh)
- Optionally add documentation or examples
Notes
- Treat this as a scaffold, not a hard-coded script.
- Update the command if the workflow evolves materially.