Automate development workflow: specs → stories → issues → GitHub → implementation
npx claudepluginhub nxhung2204/cc-auto-workflow-pluginAutomate development workflow: specs → stories → issues → GitHub → implementation
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Automate: specs → stories → issues → GitHub → code
After installing the plugin, run the setup skill to initialize your project:
/cc-auto-workflow:setup
Or initialize manually using the setup script:
curl https://raw.githubusercontent.com/nxhung2304/cc-auto-workflow-plugin/main/setup.sh | bash
Or manually initialize:
# 1. Create specs directory
mkdir -p specs/{rules,issues,designs,comments}
# 2. Create your PRD and stories
code specs/prd.md # Write requirements
code specs/story.md # Format: - [ ] [#]. [title]
# 3. Start using commands
/cc-auto-workflow:generate-issues all
bash setup.sh
1️⃣ Create PRD & Stories
code specs/prd.md # Requirements
code specs/story.md # Format: - [ ] [#]. [title]
2️⃣ Generate Issues
/cc-auto-workflow:generate-issues all
3️⃣ Review & Approve
Edit specs/issues/*.md, change pending → approved
4️⃣ Sync to GitHub
/cc-auto-workflow:sync-github-issues
5️⃣ Implement
/cc-auto-workflow:implement-issue 1
| Command | Purpose |
|---|---|
/cc-auto-workflow:generate-issues all | Create issues from stories |
/cc-auto-workflow:sync-github-issues | Push approved issues to GitHub |
/cc-auto-workflow:implement-issue [#] | Implement a specific issue |
/cc-auto-workflow:review-specs [#] | Review issue spec |
/cc-auto-workflow:review-code [#] | Review implementation |
Before /generate-issues:
specs/prd.md ✅specs/story.md ✅Before /sync-github-issues:
approved ✅gh auth login ✅Before /implement-issue [#]:
approved ✅Auto-detects framework:
specs/rules/rails.mdspecs/rules/flutter.mdGitHub (required):
gh auth login
Slack (optional):
export SLACK_BOT_TOKEN=xoxb-xxxxx
export SLACK_CHANNEL_ID=C0AGTJ0EE6B
Follow specs/rules/clean_code.md:
| Problem | Solution |
|---|---|
| setup.sh fails | Check: ls -l specs/ |
| /generate-issues fails | Verify story.md format |
| Can't sync | Run: gh auth login |
| Issue "pending" | Edit → change to approved |
specs/
├── prd.md # Requirements
├── story.md # Tasks
├── issues/ # Generated
├── designs/ # Wireframes
├── comments/ # Reviews
└── rules/ # Standards
specs/rules/clean_code.md — Code standards