Skip to main content

Bundle of the .spec-dev workspace template.

Project description

spec-dev

A minimal helper that ships a .spec-dev folder containing empty role guides for three agents: architect, tasker, and coder. The package exists so the template can be installed with pip and copied into any project without manual setup.

Installation

pip install spec-dev

Working from a clone of this repository? Install it locally instead:

pip install .

CLI Usage

# Copy the template into the current directory
spec-dev init

# Copy into a specific project directory
spec-dev init path/to/project

# Replace an existing .spec-dev folder
spec-dev init path/to/project --overwrite

The command always produces a .spec-dev/ folder with the following files ready for you to populate:

  • .spec-dev/architect.md — guidance for the planning agent.
  • .spec-dev/tasker.md — instructions for turning the plan into phase/task lists.
  • .spec-dev/coder.md — instructions for the implementation agent.

Each file ships empty so teams can supply the wording that best matches their workflow.

Python API

from spec_dev import copy

root = copy("/path/to/project", overwrite=True)
print(root / "architect.md")  # => Path to the empty template file

copy() returns the path to the freshly created .spec-dev directory, making it convenient to script project bootstrapping.

License

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

spec_dev-0.5.5.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

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

spec_dev-0.5.5-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file spec_dev-0.5.5.tar.gz.

File metadata

  • Download URL: spec_dev-0.5.5.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for spec_dev-0.5.5.tar.gz
Algorithm Hash digest
SHA256 f5f15d825dd7e9e047a0c7281d1ec3ee7d8a84077956091292020618cf46fd90
MD5 1b0ba81bdc97a3fb93cd0c9352394681
BLAKE2b-256 fb8c07d51a160c2007d442c18da42e6e2479189c71c239f5a1480c87e4d1059f

See more details on using hashes here.

File details

Details for the file spec_dev-0.5.5-py3-none-any.whl.

File metadata

  • Download URL: spec_dev-0.5.5-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for spec_dev-0.5.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c28ee67a8c4cfc56217fd8a4743d594e989611750c129718e33a5880be72d5a2
MD5 1b214ad342289f647cfea6f5669230dc
BLAKE2b-256 cd8ff6ae0f0903e6ce5db185148d0a7656b7e213e5de1589ee032a03cddac791

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