
Agile Refinement
- 18 installs
- 3 repo stars
- Updated July 23, 2026
- djalmajr/essential-skills
Validates planning artifacts (cross-references, dependencies, format) and reviews changed code for security, coherence, scope, and quality.
About
Agile-refinement has two jobs: it lints planning documents - checking cross-references, dependencies and format - and it reviews changed code for security, coherence, scope and quality. It is the quality gate over both the plan and the implementation. A solo builder reaches for it to catch broken planning artifacts before execution and to review a diff before it ships.
- Lints planning docs: cross-references, dependencies, format
- Reviews code for security, coherence, scope, quality
- A quality gate over both plan and implementation
Agile Refinement by the numbers
- 18 all-time installs (skills.sh)
- Ranked #748 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/djalmajr/essential-skills --skill agile-refinementAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 18 |
|---|---|
| repo stars | ★ 3 |
| Last updated | July 23, 2026 |
| Repository | djalmajr/essential-skills ↗ |
What it does
Validates planning artifacts (cross-references, dependencies, format) and reviews changed code for security, coherence, scope, and quality.
Who is it for?
solo builders gating both plans and code before shipping
Skip if: initial drafting of artifacts
When should I use this skill?
linting planning documents or reviewing changed code for security, coherence, scope and quality