Skip to main content

Add your description here

Project description

SW Dev Agent Framework

An agentic framework that does exactly one thing: software development.

Built with TDD. Every line of production code was preceded by a failing test.

What it is

A set of agent skills covering the full software development lifecycle, plus a Python CLI orchestrator that coordinates them.

The framework is a living example of the pattern it encodes: it was built using the same TDD process it teaches agents to follow.

Skills

Phase Skill Purpose
1. Requirements gather-requirements-en Goal -> testable requirements
2. Design design-architecture-en Requirements -> architecture
3. Implement apply-tdd-loop-en Architecture -> tested code
4. Review code-review-en Code -> reviewed + gated
5. Release release-sw-project-en Reviewed code -> tagged release
Orchestrator orchestrate-sw-dev-en Coordinates all phases

All skills follow the agentskills.io specification.

Install

uv pip install -e .

Usage

sw-dev-agent start "Build a Python CLI tool that converts CSV to Markdown tables"
sw-dev-agent status
sw-dev-agent phases
sw-dev-agent --install-completion

Architecture

sw-dev-agent-framework/
- skills/
  - orchestrate-sw-dev-en/
  - gather-requirements-en/
  - design-architecture-en/
  - code-review-en/
  - release-sw-project-en/
- src/sw_dev_agent/
  - phases.py
  - orchestrator.py
  - cli.py
- tests/
  - test_phases.py
  - test_orchestrator.py
  - test_skill_spec_compliance.py

TDD Build History

RED -> GREEN -> REFACTOR - three iterations:

  1. Phase model (phases.py) - 10 tests
  2. Orchestrator + HandoverState (orchestrator.py) - 15 tests
  3. Skill spec compliance (5 skills x 8 tests) - 70 tests

Total: 95 tests, 95 passing.

License

Skills: CC BY-NC-SA 4.0 | Code: MIT

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

sw_dev_agent_framework-0.1.0.tar.gz (61.8 kB view details)

Uploaded Source

Built Distribution

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

sw_dev_agent_framework-0.1.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file sw_dev_agent_framework-0.1.0.tar.gz.

File metadata

  • Download URL: sw_dev_agent_framework-0.1.0.tar.gz
  • Upload date:
  • Size: 61.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for sw_dev_agent_framework-0.1.0.tar.gz
Algorithm Hash digest
SHA256 245b8f5511afcf4f597a825b8e16cd06a1506b586bed4ee81fd6f079e451dd30
MD5 101e3d55e9f52551a0e11e1a21347b03
BLAKE2b-256 a1901a2345d8bb83be33afdde542e8f8141e4be082fee085ce583caa9b8842df

See more details on using hashes here.

Provenance

The following attestation bundles were made for sw_dev_agent_framework-0.1.0.tar.gz:

Publisher: release.yml on roebi/sw-dev-agent-framework

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

File details

Details for the file sw_dev_agent_framework-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for sw_dev_agent_framework-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9c7cec2690670916ac835b1bae15bca12c3063dbe911542bc510a3fdbe9d7677
MD5 571494b340cd7dc1c5d5867445b37c37
BLAKE2b-256 a9708fc89cd7a30e166bbc2aed9be66eb47f53b03a561b66eb9914a07163d16b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sw_dev_agent_framework-0.1.0-py3-none-any.whl:

Publisher: release.yml on roebi/sw-dev-agent-framework

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