codex-workflows 0.4.10 → 0.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,8 @@ description: "Add integration/E2E tests to existing codebase using Design Docs."
9
9
  2. [LOAD IF NOT ACTIVE] `integration-e2e-testing` — integration and E2E test patterns
10
10
  3. [LOAD IF NOT ACTIVE] `documentation-criteria` — document creation rules and templates
11
11
 
12
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
13
+
12
14
  **Context**: Test addition workflow for existing implementations
13
15
 
14
16
  ## Orchestrator Definition
@@ -10,6 +10,8 @@ description: "Execute decomposed backend tasks in autonomous execution mode usin
10
10
  3. [LOAD IF NOT ACTIVE] `ai-development-guide` — AI development patterns
11
11
  4. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` — agent coordination and workflow flows
12
12
 
13
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
14
+
13
15
  ## Orchestrator Definition
14
16
 
15
17
  **Core Identity**: "I am not a worker. I am an orchestrator." (see subagents-orchestration-guide skill)
@@ -9,6 +9,8 @@ description: "Execute from requirement analysis to design document creation."
9
9
  2. [LOAD IF NOT ACTIVE] `implementation-approach` — implementation strategy
10
10
  3. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` — agent coordination and workflow flows
11
11
 
12
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
13
+
12
14
  **Context**: Dedicated to the design phase.
13
15
 
14
16
  ## Orchestrator Definition
@@ -8,6 +8,8 @@ description: "Investigate problem, verify findings, and derive solutions through
8
8
  1. [LOAD IF NOT ACTIVE] `ai-development-guide` — AI development patterns
9
9
  2. [LOAD IF NOT ACTIVE] `coding-rules` — coding standards
10
10
 
11
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
12
+
11
13
  **Context**: Diagnosis flow to identify concrete failure points and present solutions
12
14
 
13
15
  Target problem: $ARGUMENTS
@@ -10,6 +10,8 @@ description: "Execute frontend tasks in autonomous execution mode using task-exe
10
10
  3. [LOAD IF NOT ACTIVE] `ai-development-guide` -- AI development patterns
11
11
  4. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` -- agent coordination and workflow flows
12
12
 
13
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
14
+
13
15
  ## Orchestrator Definition
14
16
 
15
17
  **Core Identity**: "I am not a worker. I am an orchestrator." (see subagents-orchestration-guide skill)
@@ -11,6 +11,8 @@ description: "Execute from requirement analysis to frontend design document crea
11
11
  2. [LOAD IF NOT ACTIVE] `implementation-approach` -- implementation methodology
12
12
  3. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` -- agent coordination and workflow flows
13
13
 
14
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
15
+
14
16
  ## Orchestrator Definition
15
17
 
16
18
  **Core Identity**: "I am not a worker. I am an orchestrator."
@@ -11,6 +11,8 @@ description: "Create frontend work plan from design document with test skeleton
11
11
  2. [LOAD IF NOT ACTIVE] `implementation-approach` -- implementation methodology
12
12
  3. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` -- agent coordination and workflow flows
13
13
 
14
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
15
+
14
16
  ## Orchestrator Definition
15
17
 
16
18
  **Core Identity**: "I am not a worker. I am an orchestrator."
@@ -11,6 +11,8 @@ description: "Frontend Design Doc compliance and security validation with option
11
11
  2. [LOAD IF NOT ACTIVE] `testing` -- test strategy and quality gates
12
12
  3. [LOAD IF NOT ACTIVE] `ai-development-guide` -- AI development patterns
13
13
 
14
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
15
+
14
16
  ## Execution Method
15
17
 
16
18
  - Compliance validation -> performed by code-reviewer
@@ -10,6 +10,8 @@ description: "Execute decomposed fullstack tasks with layer-aware agent routing
10
10
  3. [LOAD IF NOT ACTIVE] `ai-development-guide` -- AI development patterns
11
11
  4. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` -- agent coordination and workflow flows
12
12
 
13
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
14
+
13
15
  ## Orchestrator Definition
14
16
 
15
17
  **Core Identity**: "I am not a worker. I am an orchestrator." (see subagents-orchestration-guide skill)
@@ -14,6 +14,8 @@ description: "Orchestrate full-cycle implementation across backend and frontend
14
14
  5. [LOAD IF NOT ACTIVE] `implementation-approach` -- implementation methodology
15
15
  6. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` -- agent coordination and workflow flows
16
16
 
17
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
18
+
17
19
  ## Orchestrator Definition
18
20
 
19
21
  **Core Identity**: "I am not a worker. I am an orchestrator." (see subagents-orchestration-guide skill)
@@ -8,6 +8,8 @@ description: "Orchestrate the complete implementation lifecycle from requirement
8
8
  1. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` — agent coordination and workflow flows
9
9
  2. [LOAD IF NOT ACTIVE] `documentation-criteria` — document creation rules and templates
10
10
 
11
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
12
+
11
13
  # Full-Cycle Implementation
12
14
 
13
15
  $ARGUMENTS
@@ -9,6 +9,8 @@ description: "Create work plan from design document with optional test skeleton
9
9
  2. [LOAD IF NOT ACTIVE] `implementation-approach` — implementation strategy
10
10
  3. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` — agent coordination and workflow flows
11
11
 
12
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
13
+
12
14
  **Context**: Dedicated to the planning phase.
13
15
 
14
16
  ## Orchestrator Definition
@@ -9,6 +9,8 @@ description: "Generate PRD and Design Docs from existing codebase through discov
9
9
  2. [LOAD IF NOT ACTIVE] `ai-development-guide` — AI development patterns
10
10
  3. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` — agent coordination and workflow flows
11
11
 
12
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
13
+
12
14
  **Context**: Reverse engineering workflow to create documentation from existing code
13
15
 
14
16
  Target: $ARGUMENTS
@@ -9,6 +9,8 @@ description: "Design Doc compliance and security validation with optional auto-f
9
9
  2. [LOAD IF NOT ACTIVE] `testing` — test strategy and quality gates
10
10
  3. [LOAD IF NOT ACTIVE] `ai-development-guide` — AI development patterns
11
11
 
12
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
13
+
12
14
  **Context**: Post-implementation quality assurance
13
15
 
14
16
  ## Orchestrator Definition
@@ -7,6 +7,8 @@ description: "Execute tasks with metacognitive analysis and appropriate rule sel
7
7
 
8
8
  1. [LOAD IF NOT ACTIVE] `task-analyzer` — task analysis and skill selection (rule-advisor handles remaining skill selection)
9
9
 
10
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
11
+
10
12
  # Task Execution with Metacognitive Analysis
11
13
 
12
14
  Task: $ARGUMENTS
@@ -8,6 +8,8 @@ description: "Update existing design documents (Design Doc / PRD / ADR) with rev
8
8
  1. [LOAD IF NOT ACTIVE] `documentation-criteria` — document creation rules and templates
9
9
  2. [LOAD IF NOT ACTIVE] `subagents-orchestration-guide` — agent coordination and workflow flows
10
10
 
11
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
12
+
11
13
  **Context**: Dedicated to updating existing design documents.
12
14
 
13
15
  ## Orchestrator Definition
@@ -5,6 +5,8 @@ description: "Guides subagent coordination through implementation workflows. Use
5
5
 
6
6
  # Subagents Orchestration Guide
7
7
 
8
+ **Spawn rule**: every `spawn_agent` call MUST pass `fork_turns="none"` or `fork_context=false` for context isolation.
9
+
8
10
  ## Role: The Orchestrator
9
11
 
10
12
  The orchestrator coordinates subagents. All investigation, analysis, and implementation work flows through specialized subagents.
@@ -119,26 +121,28 @@ Close a running subagent only when the user redirects the workflow, the orchestr
119
121
 
120
122
  ## How to Spawn Agents
121
123
 
122
- Spawn agents using natural language prompts. Provide clear context about what the agent should accomplish.
124
+ Spawn agents using natural language prompts. Provide clear context about what the agent should accomplish. Every `spawn_agent` call MUST include `fork_turns="none"` or `fork_context=false` (see Spawn rule at top of this skill).
123
125
 
124
126
  ### Spawn Examples
125
127
 
126
- **requirement-analyzer**:
128
+ Each example below is a spawn with `fork_turns="none"` or `fork_context=false` plus the quoted prompt.
129
+
130
+ **requirement-analyzer** (`fork_turns="none"` or `fork_context=false`):
127
131
  > "Analyze the following requirements and determine the work scale: [user requirements]. Perform requirement analysis and scale determination."
128
132
 
129
- **codebase-analyzer**:
133
+ **codebase-analyzer** (`fork_turns="none"` or `fork_context=false`):
130
134
  > "Analyze the existing codebase to provide evidence for Design Doc creation. Focus on existing implementations, data model elements, and constraints the design should respect. requirement_analysis: [JSON]. prd_path: [path if available]. requirements: [original user requirements]. layer: [target layer if applicable]. target_paths: [paths if narrowed]. Return codebase facts and focus areas."
131
135
 
132
- **task-executor**:
136
+ **task-executor** (`fork_turns="none"` or `fork_context=false`):
133
137
  > "Execute the implementation task defined in docs/plans/tasks/[filename].md. Complete the implementation following TDD Red-Green-Refactor."
134
138
 
135
- **quality-fixer**:
139
+ **quality-fixer** (`fork_turns="none"` or `fork_context=false`):
136
140
  > "Run quality checks on the codebase: static analysis, style check, all test execution. Fix any issues found and report when all checks pass."
137
141
 
138
- **document-reviewer**:
142
+ **document-reviewer** (`fork_turns="none"` or `fork_context=false`):
139
143
  > "Review the document at [path] for quality and rule compliance. Check against documentation-criteria standards."
140
144
 
141
- **design-sync**:
145
+ **design-sync** (`fork_turns="none"` or `fork_context=false`):
142
146
  > "Verify consistency between Design Docs in docs/design/. Use [path] as the source document for comparison."
143
147
 
144
148
  ## Explicit Stop Points [MANDATORY]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-workflows",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "description": "Task-oriented agentic coding framework for OpenAI Codex CLI — skills, recipes, and subagents for structured development workflows",
5
5
  "license": "MIT",
6
6
  "author": "Shinsuke Kagawa",