Development-Driven Spec (DDS) — reverse-infer OpenSpec specs from code + git history + docs. The inverse of SDD, for brownfield repos.
Project description
InferSpec
Reverse-infer OpenSpec specs from your codebase + git history + docs — designed for legacy code that has no spec.
Development-Driven Spec (DDS) — the inverse of Spec-Driven Development. From Code & Context to Clear Specs.
SDD vs DDS
Spec-Driven Development (SDD) is the discipline of writing the spec first, then implementing against it. It works beautifully on greenfield projects.
The real world is mostly brownfield. You inherit a 50K-line Flask service. There is no spec — just a Jira board from three years ago, a Confluence wiki nobody updates, and the git log. SDD has no entry point here.
InferSpec inverts the loop: Development-Driven Spec (DDS). Code already exists; treat it (plus git history, tickets, docs, MCP-attached wikis) as the source of truth and reverse-infer a structured OpenSpec spec from it. Once the spec exists, you can switch back to SDD for new work.
| Mode | Starting point | Output |
|---|---|---|
| SDD (Spec-Driven Development) | A spec | Code |
| DDS (Development-Driven Spec) | Code + history + docs | A spec |
Why InferSpec?
InferSpec reads all of it and produces a structured OpenSpec spec — one
spec.md per capability — with each Requirement cited back to file:line or
a ticket ID. Ambiguities are marked [GAP]/[TBD] so you can fill them
interactively in a follow-up pass.
How it works
┌─────────────────────────────────────────────────────────────┐
│ Layer 1 — uvx Python package: installer + CLI │
│ (never calls an LLM API) │
└─────────────────────────────────────────────────────────────┘
│ installs skills into
▼
┌─────────────────────────────────────────────────────────────┐
│ Layer 2 — Skills run inside Claude Code / Codex / Gemini │
│ / Copilot / OpenCode and use the host's subscription AI │
└─────────────────────────────────────────────────────────────┘
InferSpec leans on your existing AI subscription. No API keys, no cloud endpoints to configure.
Install
uvx inferspec init --platform claude-code
That drops /inferspec-scan + /inferspec-cap into .claude/skills/ for the
current directory. See inferspec platforms for the full list.
Updating
When a new version of the inferspec package ships, the bundled skill files
inside each repo's .claude/skills/ (or equivalent) stay frozen at the version
that was installed. Refresh them with:
pip install -U inferspec # or: uvx --refresh inferspec ...
inferspec update # in each repo where you ran `inferspec init`
inferspec update reads .inferspec.yaml to find the platforms you previously
installed into, then re-copies the bundled skills (no prompts). Use
inferspec update --check to report drift without writing anything, or
inferspec doctor to see the installed-vs-package version per platform.
Usage
Open your AI agent in the target repo. Two skills are available:
/inferspec-scan — bulk-infer specs for every capability:
/inferspec-scan
It runs graphify to cluster files into capabilities, then for each cap reads
code + git log + docs/ + (if available) Jira/Confluence via MCP + URLs via
the host's WebFetch, and drafts openspec/specs/<cap>/spec.md in OpenSpec
format. Drafts may contain [GAP] / [TBD] markers where the AI was unsure.
/inferspec-cap <slug> — single-capability deep dive with interactive Q&A:
/inferspec-cap user-auth
/inferspec-cap "rate limiting" # fuzzy match
/inferspec-cap # interactive picker
/inferspec-cap new-feature --new # bootstrap a brand-new cap
For one capability, the skill solicits Jira/Confluence/URLs you have, then
asks one focused question per [GAP] marker until the spec converges. On
exit it offers to commit the result for you.
Multi-source artefacts are picked up automatically — InferSpec detects MCP servers in your host environment rather than shipping its own clients.
Output format
Same convention as OpenSpec:
## Purpose
User authentication for the order portal — replaced the legacy SSO bridge
after incident-1234. See AUTH-456.
## Requirements
### Requirement: Rate Limiting
The system SHALL reject login attempts after 5 failures within 60 seconds.
**Source:** auth.py:18-21, [JIRA AUTH-456]
#### Scenario: Lockout after repeated failures
- **GIVEN** 5 failed attempts in the last minute
- **WHEN** another POST /auth/login arrives
- **THEN** server returns 429
Status
v0.3 alpha. Ships:
/inferspec-scan— bulk mode, plus design-doc auto-discovery, OpenAPI/Swagger detection,--since <rev>incremental scan, glossary enforcement (.inferspec-glossary.txt), and removal proposals underopenspec/changes//inferspec-cap <slug>— interactive single-cap mode, also covers iterative gap-fill on existing specsinferspec update— refresh installed skill bundles per repo
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file inferspec-0.3.0a0.tar.gz.
File metadata
- Download URL: inferspec-0.3.0a0.tar.gz
- Upload date:
- Size: 68.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b4a76a75451a184e2ba60f4fc8ea060d6dc840bdf4c2d1ec32af649f3449cb0
|
|
| MD5 |
ff981b41edd7dacf5f35abc95bf06bc4
|
|
| BLAKE2b-256 |
b674757c46e0d55224ddc58686c3c7be29ac0d23925112415e4613119c987fdf
|
Provenance
The following attestation bundles were made for inferspec-0.3.0a0.tar.gz:
Publisher:
publish.yml on anrylu/infer-spec
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
inferspec-0.3.0a0.tar.gz -
Subject digest:
5b4a76a75451a184e2ba60f4fc8ea060d6dc840bdf4c2d1ec32af649f3449cb0 - Sigstore transparency entry: 1663419992
- Sigstore integration time:
-
Permalink:
anrylu/infer-spec@b2543cffbc2cf0d6f46cfd7e35a53a4a1d3ec9dc -
Branch / Tag:
refs/tags/v0.3.0a0 - Owner: https://github.com/anrylu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@b2543cffbc2cf0d6f46cfd7e35a53a4a1d3ec9dc -
Trigger Event:
push
-
Statement type:
File details
Details for the file inferspec-0.3.0a0-py3-none-any.whl.
File metadata
- Download URL: inferspec-0.3.0a0-py3-none-any.whl
- Upload date:
- Size: 25.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62688c10f8dcba6befb84350e3ef2225b70f894d2cccd8c81dddbbe0397d99ab
|
|
| MD5 |
e728e15d5515776796a3e53756638bf8
|
|
| BLAKE2b-256 |
eb7b2f03b3c65dbf1c81dd58dad618297d74e811a986b474a01211c1514a505f
|
Provenance
The following attestation bundles were made for inferspec-0.3.0a0-py3-none-any.whl:
Publisher:
publish.yml on anrylu/infer-spec
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
inferspec-0.3.0a0-py3-none-any.whl -
Subject digest:
62688c10f8dcba6befb84350e3ef2225b70f894d2cccd8c81dddbbe0397d99ab - Sigstore transparency entry: 1663420180
- Sigstore integration time:
-
Permalink:
anrylu/infer-spec@b2543cffbc2cf0d6f46cfd7e35a53a4a1d3ec9dc -
Branch / Tag:
refs/tags/v0.3.0a0 - Owner: https://github.com/anrylu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@b2543cffbc2cf0d6f46cfd7e35a53a4a1d3ec9dc -
Trigger Event:
push
-
Statement type: