Skip to content

Development Commands

Create a structured specification for a feature, bug fix, or task.

Terminal window
/mykit.specify

See Workflow: Specify for details.

Generate an implementation plan from the current specification.

Terminal window
/mykit.plan

See Workflow: Plan for details.

Break the implementation plan into trackable tasks.

Terminal window
/mykit.tasks

See Workflow: Tasks for details.

Execute tasks from the task list, writing code and running tests.

Terminal window
/mykit.implement

See Workflow: Implement for details.