skills/skills.nix
dan 856dccb2f3 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.
2026-01-24 09:39:17 -08:00

29 lines
1.4 KiB
Nix

{
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";
spec-review = "Technical specification review";
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";
web-search = "Search the web via Claude";
web-research = "Deep web research with multiple backends";
}