src/claude/skills/define/SKILL.md
Drive toward a complete Product Vision & Requirements (PVR) using 1B1 protocol with completeness checklist.
npx skillsauth add the-agency-ai/the-agency src/claude/skills/defineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Drive toward complete Product Vision & Requirements (PVR) using the 1B1 protocol with a completeness checklist.
/define — start fresh, auto-detect project/define "Project Name" — start fresh for named project/define --from <seed-file> — extract initial requirements from a seed document/define --continue <pvr-file> — resume work on an existing PVRIf --from specified, read the seed file. If --continue, read the existing PVR. Otherwise, ask what the project is about.
Glob agency/workstreams/*/pvr-*.md for existing PVR files. If found, offer to continue from the most recent one.
Map the completeness checklist to discussion items. Skip items already covered in an existing PVR.
Invoke /discuss via the Skill tool, passing the agenda items. The 1B1 protocol handles the resolution cycle for each item.
After each item resolves, update the PVR file. Don't batch writes to the end.
PVR location: agency/workstreams/{workstream}/pvr-{workstream}-{slug}-{YYYYMMDD}.md.
After all items are discussed, show the checklist with status:
PVR Completeness:
1. Problem Statement ✓ Complete
2. Target Users ✓ Complete
3. Use Cases ✓ Complete
4. Functional Requirements ✓ Complete
5. Non-Functional Reqs ~ Partial (performance TBD)
6. Constraints ✓ Complete
7. Success Criteria ✓ Complete
8. Non-Goals ✓ Complete
9. Open Questions 2 remaining
Score: 8/9 complete
business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment