devague — turns a vague feature idea into a buildable spec, then a buildable plan.
Project description
devague
devague is a command-line tool that turns a vague feature idea into a
buildable spec, then that spec into a buildable plan — by working
backwards, then forwards. It is a small, deterministic Python CLI (no LLM calls
inside it, fully unit-tested) — not an agent, service, or daemon. You install it
and run devague from the repository you are speccing; state is plain JSON under
.devague/.
vague idea ──▶ buildable spec ──▶ buildable plan ──▶ build
Install
uv tool install devague # or: pipx install devague / pip install devague
devague --version
Two engines, one CLI
- Frame engine (idea→spec) — start from the announcement ("pretend it
shipped"), capture and pressure-test claims, park open vagueness, and
exporta spec only once the frame converges. Flat verbs:devague new/capture/interrogate/confirm/converge/export/ … - Plan engine (spec→plan) — seed a plan from a converged frame, cover every
target with tasks that carry acceptance criteria and an acyclic dependency
order, and
exporta plan only once it converges. Nested group:devague plan new/task/cover/converge/export/ …
Run devague learn (or devague plan learn) to learn the method, and devague explain <move> for any single move.
Driving it from an agent
Inside AgentCulture, an assistant drives this CLI through two operator skills —
/think (idea→spec) and /spec-to-plan (spec→plan) — which add a
portable wrapper and a status next-move helper over the convergence gate. The
CLI is the deterministic affordance; the agent decides the next move. See
CLAUDE.md for that workflow and docs/superpowers/specs/ for the design docs.
Project details
Release history Release notifications | RSS feed
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 devague-0.4.0.tar.gz.
File metadata
- Download URL: devague-0.4.0.tar.gz
- Upload date:
- Size: 136.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b1b9d03a93a300325dcd17fb4e720cc958d115ceafd47e16b1b911166efaf66
|
|
| MD5 |
edbabe362835dd49996a70d40da00f06
|
|
| BLAKE2b-256 |
9e41871e3c0d3cc3fc9fbdff5a8109393ae871f463d2e998999235df35108b14
|
File details
Details for the file devague-0.4.0-py3-none-any.whl.
File metadata
- Download URL: devague-0.4.0-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e76c41a005d123cbd4d8ab4479e2c9f4dd3d85801980e26cd0e9fd0f97417d3f
|
|
| MD5 |
81610e04b60f6bbd8eabde0f0ab360b1
|
|
| BLAKE2b-256 |
5407f31f22833575d64e2314421f01a1b5a6f28d7234610b9190958885b18c81
|