Spec-Driven Development workflow CLI
Project description
devflow
Toolkit de Spec-Driven Development pour Claude Code et Cursor. Chaque feature passe par un pipeline structuré avec gates de review avant d'atteindre le code.
Inspiré de spec-kit.
Qu'est-ce que devflow ?
devflow impose un workflow séquentiel où chaque feature est spécifiée, planifiée et reviewée avant toute ligne de code. Le pipeline complet :
constitution → spec → clarify → review-spec → research → plan → contracts → tasks → review-tasks → implement → review-impl → docs → done
Les gates de review (review-spec, review-tasks, review-impl) sont bloquantes : aucune progression sans verdict PASS.
Deux interfaces complémentaires :
- CLI Python (
devflow) — pour gérer les branches, le statut et l'installation - Commandes slash (
/devflow.*) — pour piloter le workflow dans Claude Code
Prérequis
- Python 3.11+
- Claude Code ou Cursor
- git
Installation
uv tool install devflow-cli
Ou avec pip :
pip install devflow-cli
Pour vérifier l'installation :
devflow check
Pour l'installation en mode développeur, voir CONTRIBUTING.md.
Quick Start
1. Initialiser devflow dans votre projet
devflow init
Cela copie les commandes, agents et templates dans votre configuration Claude Code.
2. Créer une feature
devflow feature KS-123 --short-name "user-auth"
Crée la branche et le dossier de specs associé.
3. Suivre le pipeline
Dans Claude Code, lancez les commandes slash dans l'ordre :
/devflow.spec "Description de la feature"
/devflow.clarify
/devflow.plan
/devflow.tasks
/devflow.implement
Chaque commande produit un artefact (spec.md, plan.md, tasks.md, etc.) et fait avancer la feature dans le pipeline.
4. Suivre la progression
devflow status
Documentation
Consultez la documentation complète pour :
- Pipeline détaillé — les 13 étapes expliquées
- Commandes CLI — référence des 12 commandes terminal
- Commandes slash — référence des 23 commandes Claude Code
- Guides par type de projet — brownfield, greenfield, microservices
Contribuer
Les contributions sont les bienvenues. Consultez le guide de contribution pour les prérequis, l'installation dev et les conventions.
English Summary
devflow is a Spec-Driven Development toolkit for Claude Code and Cursor. It enforces a structured pipeline where every feature goes through specification, planning, and review gates before any code is written.
The full pipeline: constitution → spec → clarify → review-spec → research → plan → contracts → tasks → review-tasks → implement → review-impl → docs → done.
Install: uv tool install devflow-cli (or pip install devflow-cli). Requires Python 3.11+, Claude Code or Cursor, git.
Quick start:
devflow init— set up devflow in your projectdevflow feature KS-123— create a feature branch/devflow.spec "..."→/devflow.plan→/devflow.tasks→/devflow.implement— follow the pipeline in Claude Code
For full documentation, see docs/index.md. To contribute, see CONTRIBUTING.md.
Project details
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 devflow_cli-2.2.0.tar.gz.
File metadata
- Download URL: devflow_cli-2.2.0.tar.gz
- Upload date:
- Size: 379.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
903bbd59da9a5cc65198ea933feb8efcda84cb281f8fd1c3f483f43dd90928ac
|
|
| MD5 |
b17e22de27de17523c0300f38ec25c70
|
|
| BLAKE2b-256 |
c131f6480ea82137b69a4b89927c9c928b966f523ab12113d0aa1fa8061f1af6
|
Provenance
The following attestation bundles were made for devflow_cli-2.2.0.tar.gz:
Publisher:
release.yml on sopequenoteck/devflow
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
devflow_cli-2.2.0.tar.gz -
Subject digest:
903bbd59da9a5cc65198ea933feb8efcda84cb281f8fd1c3f483f43dd90928ac - Sigstore transparency entry: 1147929415
- Sigstore integration time:
-
Permalink:
sopequenoteck/devflow@1a61b2de2452732042b9e255297819a576ce2304 -
Branch / Tag:
refs/tags/v2.2.0 - Owner: https://github.com/sopequenoteck
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@1a61b2de2452732042b9e255297819a576ce2304 -
Trigger Event:
push
-
Statement type:
File details
Details for the file devflow_cli-2.2.0-py3-none-any.whl.
File metadata
- Download URL: devflow_cli-2.2.0-py3-none-any.whl
- Upload date:
- Size: 43.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a15f3370c5ebb1dc7945c03ab7f59e7919bdeebcfe2f93f398b9913569c62622
|
|
| MD5 |
be43e4e1df8674d378e91fb8b1209b48
|
|
| BLAKE2b-256 |
825ff47c78f90454b408f7aecfeb2e49e6fe23ff0cbaae3166a036f39f4d723c
|
Provenance
The following attestation bundles were made for devflow_cli-2.2.0-py3-none-any.whl:
Publisher:
release.yml on sopequenoteck/devflow
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
devflow_cli-2.2.0-py3-none-any.whl -
Subject digest:
a15f3370c5ebb1dc7945c03ab7f59e7919bdeebcfe2f93f398b9913569c62622 - Sigstore transparency entry: 1147929420
- Sigstore integration time:
-
Permalink:
sopequenoteck/devflow@1a61b2de2452732042b9e255297819a576ce2304 -
Branch / Tag:
refs/tags/v2.2.0 - Owner: https://github.com/sopequenoteck
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@1a61b2de2452732042b9e255297819a576ce2304 -
Trigger Event:
push
-
Statement type: