Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bjornmelin avatar

Convex Feature Spec

  • 5 installs
  • 5 repo stars
  • Updated August 5, 2026
  • bjornmelin/dev-skills

convex-feature-spec is a skill that generates a complete Convex-first feature specification with data model, API surface, and rollout plan.

About

convex-feature-spec generates a complete Convex-first feature specification for a repo, including data model, API surface, rollout, and verification. A developer uses it for green-field or breaking-change-tolerant feature planning where the output is a full implementation spec. It grounds the design in the current backend via convex-scan inventory and outputs schema and function contract changes with a rollout plan.

  • Generates a complete Convex-first feature specification including data model and API surface
  • Grounds the spec in the current backend surface via convex-scan inventory before designing
  • Outputs schema and function contract changes plus a rollout and migration plan

Convex Feature Spec by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #3,685 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

convex-feature-spec capabilities & compatibility

Capabilities
convex feature spec · backend design · api design · schema design
Use cases
api development · database · planning
From the docs

What convex-feature-spec says it does

Use this skill for green-field or breaking-change-tolerant feature planning where the output is a complete implementation spec.
SKILL.md
Generate a complete Convex-first feature specification for a repo, including data model, API surface, rollout, and verification.
SKILL.md
Output an implementation-ready spec with task order, interfaces, risks, and verification.
SKILL.md
npx skills add https://github.com/bjornmelin/dev-skills --skill convex-feature-spec

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars5
Last updatedAugust 5, 2026
Repositorybjornmelin/dev-skills

What it does

Produce a complete Convex-first feature spec with data model, API surface, rollout, and verification.

Who is it for?

Green-field or breaking-change-tolerant feature planning centered on Convex contracts.

Skip if: Auditing or fixing the existing implementation, which is handled by convex-audit.

When should I use this skill?

The user wants a new feature plan or architecture spec centered on Convex contracts.

What you get

An implementation-ready spec with task order, interfaces, risks, and verification steps.

  • feature objective
  • schema and function contract changes
  • rollout and migration plan

By the numbers

  • 7-step spec workflow

Files

SKILL.mdMarkdownGitHub ↗

Convex Feature Spec

Use this skill for green-field or breaking-change-tolerant feature planning where the output is a complete implementation spec.

Workflow

1. Read the repo AGENTS.md. 2. Run /home/bjorn/.codex/skill-support/bin/convex-scan inventory --cwd <repo> --out <json> to ground the current backend surface. 3. Read references/feature-spec.md. 4. Read references/components.md if the feature may use existing Convex components or reusable backend patterns. 5. Read references/rollout-and-migration.md before finalizing any spec that changes schema, auth, or rollout order. 6. Research the active APIs before locking any non-trivial design. 7. 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

Related skills

FAQ

When should I not use it?

When reviewing or fixing the current implementation; use convex-audit instead.

What is in the output?

Feature objective, schema and function contract changes, a rollout and migration plan, and ordered implementation and verification steps.

Backend & APIsbackenddocs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.