workflow

Installation
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

  1. Brainstorm → plan → implement (for non-trivial features)
  2. Write failing test first, then implementation
  3. Verify with actual command output before marking done

Commits

Related skills
Installs
2
GitHub Stars
4
First Seen
Mar 10, 2026