Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A development workflow that enforces TDD, planning approval gates, and PR-based code review. Structures work into phases from clarification through merge, with Trello for task tracking and explicit reviewer notification at each handoff. No implementation begins without clear requirements and explicit plan approval.
Combines requirement clarification, task tracking, TDD, and reviewer handoffs into one workflow rather than leaving each step to informal team convention.
When to use it
- Starting a new feature with ambiguous requirements
- Managing solo projects with enforced quality gates
- Coordinating async code reviews with remote teammates
- Tracking sprint tasks across a Trello board
- Preventing direct pushes to main on a shared codebase
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Build a user login and registration feature
- 1Ask clarifying questions about auth requirements, UI flow, and technical constraints before writing any code
- 2Present a task breakdown and wait for explicit approval before starting
- 3Create Trello cards in Backlog and To Do columns for each subtask
- 4For each task, write failing tests first, implement until they pass, then commit
- 5Open a PR from the feature branch to main, link the Trello card, and notify the reviewer
Merged PR with passing tests, Trello card moved to Done, reviewer notified, next task selected from To Do
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.