workflow
SKILL.md
Workflow
Scope Constraints
- Advisory skill defining development process, commit format, and coding discipline
- Does not execute commands, modify files, or interact with git directly
- Boundaries: delegates git operations to git-status, git-workflows, and github-workflow skills
Input Sanitization
- Commit messages: free text, reject null bytes
- Plan content: free text, reject null bytes
Development Flow
- Brainstorm → plan → implement (for non-trivial features)
- Write failing test first, then implementation
- Verify with actual command output before marking done
Commits
Format: <type>: <description>
Types: feat, fix, refactor, test, docs, chore
Plans
- Make extremely concise. Sacrifice grammar for concision.
- End with list of unresolved questions, if any.
Output Format
Plan: add email validation to signup form
1. Write test for valid/invalid emails
2. Add validateEmail() to src/lib/validators.ts
3. Wire into SignupForm.tsx onSubmit
4. Run tests, verify build
Commit: feat: add email validation to signup form
Open questions: none
Don'ts
- Don't refactor unrelated code
- Don't add dependencies without asking
- Don't skip verification step
Weekly Installs
1
Repository
dtsong/my-claude-setupGitHub Stars
1
First Seen
7 days ago
Security Audits
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1