Loading...
Loading...
Documentation and commit specialist. Runs after ralph subagents complete a Priority group. Reviews RALPH_DONE signals, updates progress.md and PRD task checkboxes, and makes one atomic git commit per completed user story. Also writes an implementation summary when the full PRD is done. Use after ralph subagents finish implementing — never during active development.
npx skill4agent add elihuvillaraus/skills documenterRALPH_DONERALPH_DONEdocs/tasks/<feature-name>/RALPH_DONEfiles_modifiedgit diff --name-onlyRALPH_BLOCKEDprogress.mddocs/tasks/<feature-name>/PRD-<feature-name>.md- [ ] **USxxx**- [x] **USxxx**> ⚠️ BLOCKED: <reason>docs/tasks/<feature-name>/progress.md## [YYYY-MM-DD HH:MM] Priority N complete
| Story | Status | Files | Summary |
|-------|--------|-------|---------|
| US001 | ✅ done | `src/auth.ts` | Implemented JWT middleware |
| US002 | ✅ done | `src/user.ts` | Added user model with relations |
| US003 | ⚠️ blocked | — | DB connection refused in CI |
**Next**: Priority N+1 — US004, US005git add <only the files_modified listed in RALPH_DONE> docs/tasks/<feature-name>/PRD-<feature-name>.md docs/tasks/<feature-name>/progress.md
git commit -m "feat(<scope>): <story title> (USxxx)"git add .git add -Afeat(<scope>): <what was built> (USxxx)PRD-*.mdprogress.md[x]progress.md---
## 🎉 Implementation Complete
**Feature**: <feature-name>
**Stories completed**: N/N
**Date**: YYYY-MM-DD
### What was built
- Short bullet list of the key things delivered
### Key files
- `path/to/main-file.ts` — what it does
- `path/to/other.ts` — what it does
### How to verify
Paste the quality gate commands from the PRD header here.PRD-*.mdprogress.mdRALPH_DONEgit diffprogress.md