build-alone
Installation
SKILL.md
Build alone
Your task is to implement requirements on your own, without further human input.
Dependency check
This skill uses other skills from triskweline/skills. Your harness may announce only some of the installed skills to you, so check which of them are installed by looking in its standard skill locations. A skill you do not find there is missing.
| Skill | Role in this skill |
|---|---|
/agree-on-everything |
Settles every open requirement question with the human before the autonomous run starts. |
/work-in-branch |
Moves the work onto a properly named feature branch. |
/effective-rails-testing |
Picks the kind of test to add for each change when the project is a Rails app. |
/pass-all-checks |
Runs the whole test suite and all linters at the end and fixes failures. |
/self-review |
Has a sub-agent review the finished change; valid findings are folded back in. |