backup/framework/.qoder/skills/spec-clarification/SKILL.md
Identify underspecified areas in the current feature spec by asking targeted clarification questions and encoding answers back into the spec.
npx skillsauth add b4san/ac-framework spec-clarificationInstall 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.
Detect and reduce ambiguity or missing decision points in the active feature specification and record the clarifications directly in the spec file.
Goal: Identify 5 actionable clarification questions that materially impact implementation.
Initialize Context:
spec.md).Generate Prioritized Questions:
Sequential Questioning Loop (Interactive):
Integration (Incremental Update):
## Clarifications section exists (create if missing).- Q: <question> → A: <final answer>.Validation:
Report Completion:
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
Automate the generation and maintenance of unit, integration, and end-to-end tests, as well as test data generation and debugging. Use when writing tests for new features, maintaining existing tests after API/UI changes, generating synthetic test data, or debugging test failures. Essential for ensuring code quality and preventing regressions.
testing
Generate comprehensive test suites ensuring requirements are met. Strategies for Unit, Integration, and E2E testing.
development
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes