Skip to main content

Enhanced spec-driven development CLI with modern architecture and Jinja2 templating

Project description

SpecifyX

Enhanced spec-driven development CLI with modern architecture and Jinja2 templating

Release PyPI version


What is SpecifyX?

SpecifyX Demo

SpecifyX is a modern Python CLI tool for spec-driven development that helps teams focus on product scenarios rather than writing boilerplate code. Enhanced fork of GitHub's spec-kit.

Key Features

  • Easy Installation: uv tool install specifyx or uvx specifyx
  • AI Assistant Management: Add and configure multiple AI assistants (Claude, Copilot, Cursor, Gemini)
  • Jinja2 Templating: Variables, conditionals, loops for complex project generation
  • Flexible Branch Naming: Custom patterns like feature/{name}, task/{id}-{name}, or no-branch workflow
  • Configuration System: TOML-based preferences and settings
  • Interactive UI: Menus, progress tracking, colored output

Installation

Using uv (recommended )

uv tool install specifyx

Alternative without installation

uvx specifyx

Using pipx or pip

pipx install specifyx  # or: pip install specifyx

Quick Start

See SpecifyX in action - initialize a new project and start building:

# Create a new project with AI assistant
specifyx init my-project --ai claude
cd my-project

# Or add AI assistants to existing project
specifyx add-ai claude,copilot

# Check system requirements
specifyx check

# Traditional workflow (with feature branches)
specifyx run create-feature "User authentication"
specifyx run setup-plan setup
specifyx run generate-tasks

# No-branch workflow (single branch development)
specifyx run create-feature "User login" --no-branch
specifyx run setup-plan setup --spec-id 001
specifyx run generate-tasks --spec-id 001

What is Spec-Driven Development?

Spec-Driven Development makes specifications executable - directly generating working implementations rather than just guiding them.

Core Philosophy

  • Intent-driven development where specs define "what" before "how"
  • Multi-step refinement rather than one-shot code generation
  • AI-enhanced specification interpretation and implementation

Prerequisites

  • Linux/macOS (or WSL2 on Windows)
  • Python 3.11+
  • AI Assistant: Choose one or more:
  • uv for package management

AI Assistant Setup

SpecifyX supports multiple AI assistants with dedicated configurations:

# Add AI assistants to your project
specifyx add-ai claude              # Add Claude Code
specifyx add-ai copilot,cursor      # Add multiple assistants
specifyx add-ai --interactive       # Interactive selection

# Update templates when assistants change
specifyx refresh-templates

Development

git clone https://github.com/barisgit/spec-kit-improved
cd spec-kit-improved
uv sync --extra dev

# Run tests
pytest

# Code quality
ruff check . && ruff format . && pyrefly check .

Contributing

See CONTRIBUTING.md for guidelines. We welcome contributions!

License

MIT License - see LICENSE file.


SpecifyX: Making spec-driven development accessible and powerful for modern teams.

🌟 Explore the full documentation at specifyx.dev 🌟

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

specifyx-0.3.0.tar.gz (236.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

specifyx-0.3.0-py3-none-any.whl (317.3 kB view details)

Uploaded Python 3

File details

Details for the file specifyx-0.3.0.tar.gz.

File metadata

  • Download URL: specifyx-0.3.0.tar.gz
  • Upload date:
  • Size: 236.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for specifyx-0.3.0.tar.gz
Algorithm Hash digest
SHA256 94944767a9ae401fed9832425fc4dea5f14a22a18d2e18d5aad1fa74e6de454e
MD5 dc9106f339ec110d0f6cf017dde0c424
BLAKE2b-256 6cc6e3ca57709f9ffec12b1eefc11a787a8d46f4a95d33010c4943fa775d5316

See more details on using hashes here.

Provenance

The following attestation bundles were made for specifyx-0.3.0.tar.gz:

Publisher: release.yml on barisgit/spec-kit-improved

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file specifyx-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: specifyx-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 317.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for specifyx-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5e3d07f7f63db859db7925b03f645003770e5448706ebd0310f51cd7542315dd
MD5 dacc9d8927b9018460e77997b2b099a8
BLAKE2b-256 a0b4312e366b97527bccbef7754715f7c828790745a890185e127fbf5cb3c01e

See more details on using hashes here.

Provenance

The following attestation bundles were made for specifyx-0.3.0-py3-none-any.whl:

Publisher: release.yml on barisgit/spec-kit-improved

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page