Loading...
Loading...
Use after modifying existing systems to update blueprint documentation. Read blueprints before changes, update after. Prevents documentation drift.
npx skill4agent add thebushidocollective/han blueprints-maintenance# Search for blueprints related to your system
Grep("auth", path: "blueprints/", output_mode: "files_with_matches")
# Read the blueprint to understand current documentation
Read("blueprints/authentication.md")Read("blueprints/authentication.md")# Read current content, modify as needed, write back
Write("blueprints/authentication.md", updated_content_with_frontmatter)## Verification Checklist
- [ ] Overview matches current purpose
- [ ] All public APIs documented
- [ ] API signatures accurate
- [ ] Examples execute correctly
- [ ] Behavior matches implementation
- [ ] File paths exist
- [ ] No removed features documented
- [ ] Related systems links work
- [ ] No duplicate content with other blueprints/blueprints