packages/knowledge-hub/dataset/.skills/capability/assess-ai/SKILL.md
Assess AI development tools using resolution cascade (Argument > Adoption > Assessment). Reads AI development guidelines, proposes AI tool choices with versions, writes AI section of tech-stack.md, composes /record-decision. Idempotent.
npx skillsauth add foomakers/pair assess-aiInstall 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.
Evaluate and decide on AI development tools: AI assistants, MCP integrations, AI-specific SDKs, and models. Follows the resolution cascade.
| Argument | Required | Description |
| --------- | -------- | -------------------------------------------------------------------------------------- |
| $choice | No | Override: skip assessment, use this AI tool directly (e.g. claude-code, cursor) |
| Skill | Type | Required |
| ------------------ | ---------- | ------------------------------------------- |
| /record-decision | Capability | Yes — records AI tool decision as ADL |
$choice provided?/record-decision to backfill.Act: Use the Tool Selection Decision Matrix from guidelines:
Act: Evaluate AI development areas:
Act: Assess team's AI maturity level (from guidelines maturity model):
Act: Present recommendation:
AI Development Recommendation:
- Primary assistant: [tool] — [rationale]
- Strategic AI: [tool] — [rationale]
- MCP: [yes/no — details]
- AI maturity target: Level [N]
- Additional tools: [list with versions]
Verify: Developer approves.
/record-decision:
$type: non-architectural$topic: ai-development-tools$summary: "[Primary tool] adopted as AI development assistant with [maturity level] target"ASSESSMENT COMPLETE:
├── Domain: AI Development
├── Path: [Argument Override | Adoption Exists | Full Assessment]
├── Decision: [primary tool + maturity level + additional tools]
├── Adoption: [tech-stack.md AI section — written | confirmed | updated]
├── Record: [ADL path — created | exists | backfilled]
└── Status: [Complete | Confirmed existing]
When composed by /bootstrap:
/bootstrap invokes during Phase 2.When invoked independently:
/record-decision not installed, warn and skip recording.development
Creates or updates a Product Requirements Document through structured template analysis, hypothesis-driven information gathering, and iterative review. Idempotent — detects existing PRD and offers selective section update.
development
Reviews a pull request through a structured 6-phase process: validation, technical review, adoption compliance, completeness check, decision, and optional merge with parent cascade. Composes /verify-quality, /verify-done, /record-decision, /assess-debt (required) and /verify-adoption, /assess-stack (optional with graceful degradation). Output follows the code review template. Idempotent — re-invocation resumes from incomplete phases.
tools
Refines a user story from Todo to Refined state through structured phases: selection, requirements analysis (Given-When-Then), technical analysis, sprint readiness, and documentation. Section-level idempotency — detects partial refinement and resumes. Composes /write-issue for PM tool updates.
testing
Breaks a refined user story into implementation tasks. Task-level idempotency: detects existing tasks and creates only missing ones. Appends condensed Technical Analysis + Task Breakdown (checklist, Dependency Graph, AC Coverage table, detailed tasks) to the story body. Composes /write-issue to update the story issue body. Tasks are documented inline in the story — no separate task issues are created.