Agent skill
convex-feature-spec
Generate a complete Convex-first feature specification for a repo, including data model, API surface, rollout, and verification. Use when the user wants a new feature plan or architecture spec centered on Convex contracts. Do not use for audits of the existing implementation; use convex-audit for that.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/convex-feature-spec
SKILL.md
Convex Feature Spec
Use this skill for green-field or breaking-change-tolerant feature planning where the output is a complete implementation spec.
Workflow
- Read the repo
AGENTS.md. - Run
/home/bjorn/.codex/skill-support/bin/convex-scan inventory --cwd <repo> --out <json>to ground the current backend surface. - Read
references/feature-spec.md. - Read
references/components.mdif the feature may use existing Convex components or reusable backend patterns. - Read
references/rollout-and-migration.mdbefore finalizing any spec that changes schema, auth, or rollout order. - Research the active APIs before locking any non-trivial design.
- Output an implementation-ready spec with task order, interfaces, risks, and verification.
Use When
- The user asks for a new feature spec, a Convex-first architecture plan, or a complete backend-driven design.
- The repo uses Convex and the planning output must include schema and function contracts.
Do Not Use When
- The task is reviewing or fixing the current implementation.
- The task is just docs alignment or dependency work.
Outputs
- feature objective
- schema and function contract changes
- rollout and migration plan
- ordered implementation and verification steps
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?