← Back to list

workflow
by sbusso
A complete Claude Code system for agentic coding
⭐ 4🍴 1📅 Jan 23, 2026
SKILL.md
name: workflow description: Enforces development phases. Triggers on implement, build, create, fix, refactor.
Required Workflow
Phase 1: ANALYSIS
- What is being asked?
- Search codebase for related files (Read, Glob, Grep)
- Identify dependencies and existing patterns
Output: Findings summary Gate: Wait for acknowledgment
Phase 2: PLANNING
- Break into 2-3 atomic tasks
- Create
.planning/PLAN-{feature}.md - Define verification criteria
Output: Plan document Gate: Wait for approval
Phase 3: IMPLEMENTATION
- Follow plan exactly
- Run tests after each change
- Deviation rules:
- Bugs/blockers: fix immediately, document
- Architecture changes: STOP and ask
- Enhancements: log to ISSUES.md, continue
Output: Working code with tests
Phase 4: VALIDATION
- Run tests
- Type check
- Lint
- Manual verification
Gate: All checks pass
Context Management
- 50%+ used: mention it
- 70%+ used: create handoff document
- Never start large tasks below 15%
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
