From cc-auto-workflow
Create issues from specs/story.md file. Use when use ask "Generate issues, generate issue [number].[title]"
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-auto-workflow:generate-issuesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Before generating issues, validate:**
Before generating issues, validate:
specs/prd.md exists — Product Requirements Documentspecs/story.md exists — Task breakdown with storiesIf validation fails:
❌ Missing required files!
Please create:
- specs/prd.md (Product Requirements Document)
- specs/story.md (Task breakdown with format: - [ ] [number]. [title])
See README.md for setup instructions.
Đọc file specs/story.md, tạo ra file story riêng cho từng task trong thư mục specs/issues/.
Mỗi story là roadmap chi tiết của 1 task — dev review và đổi status thành approved trước khi implement.
Đọc: specs/story.md
- [ ] [number]. [title]mkdir -p specs/issues
Tên file: specs/issues/[number]-[slug-title].md
Ví dụ:
001-project-setup-clone-template.md
002-ui-login-screen.md
Slug rule: lowercase, replace space → -, bỏ ký tự đặc biệt
In ra summary:
✅ Đã tạo [X] issues tại specs/issues/
...
→ Review từng file, đổi status: pending → approved để bắt đầu implement
Có 2 file HTML trong
specs/designs/:
primary-screens.html— 5 màn hình chính (Login, Home, Timesheet list, Leave list, OT list, Payroll)forms.html— các form tạo mới (Timesheet entry, Leave Request form, OT Request form)
| Task keyword | File | Màn hình |
|---|---|---|
| login | primary-screens.html | 01 — Login |
| home, avatar, bottom nav | primary-screens.html | 02 — Home |
| timesheet list, calendar | primary-screens.html | 03 — Timesheet |
| timesheet form, nhập giờ | forms.html | 03a — Nhập Timesheet |
| leave list, danh sách nghỉ | primary-screens.html | 04 — Xin Nghỉ |
| leave form, tạo đơn nghỉ | forms.html | 04a — Tạo Leave Request |
| OT list, danh sách OT | primary-screens.html | 05 — OT Request |
| OT form, tạo OT | forms.html | 05a — Tạo OT Request |
| payroll, bảng lương | primary-screens.html | 06 — Bảng Lương |
| setup, navigation, theme | không có wireframe | — |
pending — dev tự đổi thành approvednpx 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.