From 856dccb2f340e41c1f0c7e8c40e15ba22bd34186 Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 24 Jan 2026 09:39:17 -0800 Subject: [PATCH] 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. --- skills.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skills.nix b/skills.nix index c18bd13..dab50ce 100644 --- a/skills.nix +++ b/skills.nix @@ -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";