Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Bug context:

#### If source is `continue`

Invoke the **workflow-investigation-process** skill (Skill tool) with the next fenced block as its arguments. Do not act on the gathered context until its instructions load — the skill defines the process.

```
Investigation session for: {work_unit}
Expand Down
2 changes: 2 additions & 0 deletions skills/workflow-planning-entry/references/invoke-skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Cross-cutting references: {list of applicable cross-cutting specs with brief sum

#### If continuing or reviewing existing plan

Invoke the **workflow-planning-process** skill (Skill tool) with the next fenced block as its arguments. Do not act on the gathered context until its instructions load — the skill defines the process.

```
Planning session for: {topic}
Work unit: {work_unit}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Action: {verb} specification

#### If `work_type` is `bugfix`

Invoke the **workflow-specification-process** skill (Skill tool) with the next fenced block as its arguments. Do not act on the gathered context until its instructions load — the skill defines the process.

```
Specification session for: {work_unit}

Expand Down Expand Up @@ -59,6 +61,8 @@ Action: {verb} specification

Check for completed research: `node .claude/skills/workflow-engine/scripts/engine.cjs manifest get {work_unit}.research.{topic} status`. Include the `Research:` line only when the status is `completed`; omit it otherwise.

Invoke the **workflow-specification-process** skill (Skill tool) with the next fenced block as its arguments. Do not act on the gathered context until its instructions load — the skill defines the process.

```
Specification session for: {work_unit}

Expand Down