Skip to content

ntcoding/dev-workflow-v2

v0.0.148MIT

Event-sourced workflow state machine for a structured task lifecycle.

code-review

Run and record the dev-workflow-v2 review bundle. Use only when the user or REVIEWING state explicitly invokes the code-review skill.

create-pr

Push the current workflow branch and create its pull request. Use only when the user or SUBMITTING_PR state explicitly invokes the create-pr skill.

dev-workflow-choose-next-task

Choose the next planned implementation task. Use only when the user explicitly invokes $dev-workflow-choose-next-task.

dev-workflow-continue-planning

Continue the current product-discovery planning topic. Use only when the user explicitly invokes $dev-workflow-continue-planning.

dev-workflow-optimize-factory

Assess and improve the engineering factory workflow. Use only when the user explicitly invokes $dev-workflow-optimize-factory.

dev-workflow-planning-status

Report the current product-discovery planning status. Use only when the user explicitly invokes $dev-workflow-planning-status.

dev-workflow-start-implementation

Start implementation for a GitHub issue. Use only when the user explicitly invokes $dev-workflow-start-implementation with an issue number.

dev-workflow-start-planning

Start or resume a product-discovery planning topic. Use only when the user explicitly invokes $dev-workflow-start-planning with a topic or planning ID.

list-review-threads

List unresolved review threads for the pull request recorded in workflow state. Use only when explicitly invoked as the list-review-threads skill.

workflow

Execute a low-level dev-workflow-v2 state operation. Use only when another dev-workflow skill or workflow state explicitly directs $dev-workflow-v2:workflow with an operation.