Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-auto-workflow:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the project setup script to initialize specs directory and configuration:
Run the project setup script to initialize specs directory and configuration:
curl https://raw.githubusercontent.com/nxhung2304/cc-auto-workflow-plugin/main/setup.sh | bash
This creates:
specs/ directory with subdirectories (prd, story, issues, designs, comments, rules)specs/rules/clean_code.md coding standardsspecs/prd.md and specs/story.md templatesAfter setup, you're ready to:
/cc-auto-workflow:generate-issues allnpx claudepluginhub nxhung2204/cc-auto-workflow-plugin --plugin cc-auto-workflowCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.