feat: add Intent/Approach/Work triad skills

Three-phase framework for structured agent work:
- intent: Capture the volition and problem space (The Why)
- approach: Define the strategy and architecture (The How)
- work: Execute and verify the implementation (The Do)

Updates skills.nix with new skill descriptions.
This commit is contained in:
dan 2026-01-24 09:39:17 -08:00
parent 679f66f433
commit 856dccb2f3

View file

@ -1,12 +1,17 @@
{
ai-tools-doctor = "Check and sync AI tool versions";
approach = "Define the strategy and architecture (The How)";
bd-issue-tracking = "BD issue tracking skill";
code-review = "Multi-lens code review with issue filing";
doc-review = "AI-assisted documentation review";
hq = "Multi-agent orchestration with worker CLI";
handoff = "Create structured handoff summaries";
intent = "Capture the volition and problem space (The Why)";
niri-window-capture = "Invisibly capture window screenshots";
ops-review = "Multi-lens ops/infrastructure review";
orch = "Orchestration and consensus skill";
brave-search = "Web search via Brave API";
browser-tools = "Interactive browser automation via CDP";
playwright-visit = "Browser automation and content extraction";
review-gate = "Quality gate for agent work";
screenshot-latest = "Find latest screenshots";
@ -14,6 +19,7 @@
tufte-press = "Generate study card JSON";
test-review = "Audit test quality for flakiness, tautologies, and anti-patterns";
verify-work = "The Gatekeeper: Run project build/tests before claiming success";
work = "Execute and verify the implementation (The Do)";
worklog = "Create structured worklogs";
update-spec-kit = "Update spec-kit ecosystem";
update-opencode = "Update OpenCode via Nix";