@proophboard/cody-vsa-specs
v0.2.0
Published
Generate vertical slice specs with a local Cody agent
Maintainers
Readme
cody-vsa-specs
Spec-driven development meets Event Modeling
Generate vertical slice specs with a local prooph board Cody agent to unlock unmet accuracy and precision in agentic coding sessions.
Install
Install the agent into an existing Node.js project:
npm install --save-dev @proophboard/cody-vsa-specsInitialize Cody agent by creating a cody.config.ts in the project root:
npx cody-vsa-specs initStart the agent
npx cody-vsa-specs startThis will start an express server running on port 3311.
You can use another port like this:
PORT=3333 npx cody-vsa-specs startExample & Process Overview
- Open the Cody VSA Specs in the prooph board free client.
- Choose
Codyfrom the menu in the top right corner. - A Cody Console will open with a connect command prefilled:
/connect http://localhost:3311. Press enter or adjust the port if you used a different one. - Navigate on the board to
Todo List Example. - Right-click on the command (blue card)
Write Todoand chooseTrigger Codyfrom the context menu. - Switch to your repo and find the generated spec files in the folder
chapters.
Here is a short video demonstrating the steps
Not using Node?
No problem! Cody agent writes the specs into JSON files (by default), processable any language.
Set up an empty Node.js project and install the agent.
You can point it to your real project via cody.config.ts.
Alternatively, you can run it in a docker container. @TODO: Provide a docker image

