spec-converge
SolidIteratively review an instar-development spec with multi-angle internal reviewers (security, scalability, adversarial, integration, decision-completeness, lessons-aware) and real cross-model external reviewers routed through the agent's own installed CLIs (codex → GPT-tier, gemini → Gemini-tier; one pass per available family) until convergence, then produce a comprehensive ELI10 convergence report. Output is a spec tagged review-convergence — one of the two tags /instar-dev requires before it will touch instar source. NOT user-invocable; run by the instar-developing agent before any spec-driven /instar-dev work.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- JKHeadley
- Repository
- JKHeadley/instar
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
instar-dev
Instar-specific development skill used by the instar-developing agent (Echo, or any agent assigned instar-dev responsibilities). Wraps /build with mandatory side-effects review, signal-vs-authority principle check, and artifact generation. Structural enforcement via pre-commit/pre-push hooks — the instar repo refuses commits and pushes that didn't come through this skill. NOT a user-facing skill — end users should never invoke it.
converge
Spec↔code convergence scan. Use after implementation to verify the ACTUAL codebase matches the spec/plan — detects missing backends, dead buttons, partial wiring, scope creep. Classifies gaps (missing/partial/contradicts/unrequested), appends remediation tasks, loops until converged. The direct answer to 'the UI renders but nothing works' syndrome.
spec-interviewer
Turn a vague software idea into a complete, build-ready specification set through a deep structured interview, then hand it to an AI coding agent. Use this whenever someone describes an app, product, system, or feature they want to build but hasn't nailed down the details — including phrasings like "I want to build X", "help me plan an app", "I have an idea for a system", "help me think through the features", "write a PRD/spec/requirements doc", or when they hand over a rough one-paragraph description and expect something buildable back. Also use it to extend an existing spec set with new modules, or to audit a spec that a coding agent keeps misinterpreting. The skill interviews module by module (roles, flows, rules, data, states, contracts, edge cases, UI), pushes back on gaps and scope creep, and emits numbered module specs plus a foundations doc, decision log, and progress tracker written specifically so Claude Code can build from them without guessing.