baldrick-run
Installation
SKILL.md
Baldrick Run Skill
Execute autonomous iterations on feature specifications until all are complete.
The Job
Each iteration:
- Read
## Codebase Patternsat top of progress.txt FIRST - Read
baldrick-learnings.mdfor additional patterns - Find
## SELECTED SPECin context (the loop has already selected it by priority → risk → created → id) - Implement that single spec
- Run build, test, lint commands
- Update spec to
passes: true - Append progress with learnings
- Add reusable patterns to progress.txt and baldrick-learnings.md
- Commit changes