Skip to main content

Spec-Driven AI Agent Architecture with MCP Integration

Project description

Specfront AI - Spec-Driven Copilot Agents

Specfront AI provides a "zero-friction" architecture for Spec-Driven Development (SDD) natively inside your GitHub Copilot workspace. By using .github/agents/*.agent.md files, this package instantly configures a Supervisor Agent and specialized Worker Agents (Planner, Coder, Tester) in your IDE, without needing complex LangChain orchestrators or external API keys.

It also includes an integrated FastMCP Server to pull context directly from Jira and Figma into your Copilot Chat.

🌟 Features

  • Native Copilot Integration: Agents live right in your IDE chat. Just type @specfront_ai.
  • Multi-Agent Architecture: Delegate tasks to specialized personas:
    • @specfront_ai (Supervisor): Orchestrates the workflow and delegates commands.
    • @specfront_ai_planner: Focuses strictly on writing Markdown Specifications and Jira tickets.
    • @specfront_ai_coder: Implements code based only on the strict requirements of the spec.
    • @specfront_ai_tester: Writes test suites to prove the spec's Acceptance Criteria are met.
  • Official MCP Integration: Automatically generates an mcp-servers.json configuration file, securely linking your IDE to the official GitHub, Figma, and Jira Model Context Protocol servers.

🚀 Installation & Usage

Because Specfront AI is packaged purely as a CLI tool, installation takes seconds.

1. Install via PyPI

You can install the package directly into your virtual environment from the Python Package Index once published:

pip install specfront_ai

2. Scaffold the Agents

Open your existing application project in VS Code / Cursor. In your terminal, run:

specfront_ai init

What happens? The CLI will instantly generate:

  1. The .github/agents/ prompt files.
  2. A specs/ directory with a sample Hotel Management specification.
  3. An mcp-servers.json file containing the precise initialization commands for the official GitHub, Jira, and Figma servers.

Copilot will automatically detect these .agent.md files—no restarts needed.

3. Talk to the Agent

Open Copilot Chat and invoke the supervisor:

@specfront_ai Hello! I want to start building the Hotel Inventory module.

Or invoke a specialized agent directly to get to work:

@specfront_ai_coder /implement Please read the hotel_inventory.md spec and create the Django models.


🔌 Activating the Official MCP Servers

To give your Copilot agents extra superpowers (like reading Jira tickets or inspecting Figma design tokens), you need to provide your exact API keys to the generated mcp-servers.json.

  1. Open mcp-servers.json in your workspace root.
  2. Replace the placeholder <YOUR_GITHUB_TOKEN>, <YOUR_JIRA_TOKEN>, and <YOUR_FIGMA_TOKEN> with your actual security tokens.
  3. Point your IDE (Cursor, VS Code via Claude Desktop, etc.) to read this configuration file. The IDE will automatically install the servers via npx and attach them to your Copilot chats.

🛠️ Development & Publishing

If you want to contribute to the CLI or publish it to the official PyPI registry:

  1. Read the pyproject.toml file to see the build configuration.
  2. Consult PIP_PACKAGING_GUIDE.md for exact build and twine publishing commands.
  3. Daily Updates: When making everyday updates, remember to increment the version in pyproject.toml before running python -m build and twine upload dist/*. See the packaging guide for the full redeployment workflow.

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

specfront_ai-0.3.0.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

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

specfront_ai-0.3.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: specfront_ai-0.3.0.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for specfront_ai-0.3.0.tar.gz
Algorithm Hash digest
SHA256 836d4894f0a9f910da48fac3563ceec367ab76dedd98bd6c52721bd6ccb8a117
MD5 aa8e11a2d2149d9b2affc1a7828a03fa
BLAKE2b-256 a6e7dcf67ab5684be73f6a4f3903ec03ec27c87365209b9cd00d93ea6009016a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: specfront_ai-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for specfront_ai-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 068583238bd9b083da7f5328e5e4ce9f27571b401530114556e9b7b3821f46df
MD5 cdb1fe0308e2c7ca6b0b340381ddef62
BLAKE2b-256 70a094bfa985cd6c977224463da1aab5384e6647e85f8f49641bccf8c97c28d7

See more details on using hashes here.

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