@laitszkin/apollo-toolkit 2.4.3 → 2.6.0
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.
- package/AGENTS.md +4 -2
- package/CHANGELOG.md +23 -0
- package/README.md +5 -2
- package/{specs-to-project-docs → archive-specs}/README.md +3 -3
- package/{specs-to-project-docs → archive-specs}/SKILL.md +10 -10
- package/archive-specs/agents/openai.yaml +4 -0
- package/codex-memory-manager/SKILL.md +2 -0
- package/commit-and-push/README.md +3 -3
- package/commit-and-push/SKILL.md +16 -15
- package/commit-and-push/agents/openai.yaml +1 -1
- package/develop-new-features/README.md +2 -2
- package/develop-new-features/SKILL.md +4 -3
- package/develop-new-features/agents/openai.yaml +1 -1
- package/enhance-existing-features/README.md +1 -1
- package/enhance-existing-features/SKILL.md +3 -1
- package/enhance-existing-features/agents/openai.yaml +1 -1
- package/jupiter-development/SKILL.md +89 -0
- package/jupiter-development/agents/openai.yaml +4 -0
- package/jupiter-development/references/official-docs.md +157 -0
- package/learn-skill-from-conversations/SKILL.md +11 -2
- package/lib/cli.js +2 -1
- package/lib/installer.js +7 -1
- package/{codex-subagent-orchestration → marginfi-development}/LICENSE +1 -1
- package/marginfi-development/README.md +31 -0
- package/marginfi-development/SKILL.md +125 -0
- package/marginfi-development/agents/openai.yaml +4 -0
- package/marginfi-development/references/official-development-notes.md +191 -0
- package/marginfi-development/references/source-index.md +31 -0
- package/package.json +1 -1
- package/solana-development/SKILL.md +89 -0
- package/solana-development/agents/openai.yaml +4 -0
- package/solana-development/references/official-solana-rust.md +199 -0
- package/version-release/README.md +3 -3
- package/version-release/SKILL.md +16 -15
- package/version-release/agents/openai.yaml +1 -1
- package/codex-subagent-orchestration/README.md +0 -39
- package/codex-subagent-orchestration/SKILL.md +0 -224
- package/codex-subagent-orchestration/agents/openai.yaml +0 -6
- package/codex-subagent-orchestration/references/custom-agent-template.toml +0 -40
- package/codex-subagent-orchestration/references/routing-rubric.md +0 -100
- package/specs-to-project-docs/agents/openai.yaml +0 -4
- /package/{specs-to-project-docs → archive-specs}/LICENSE +0 -0
- /package/{specs-to-project-docs → archive-specs}/references/templates/architecture.md +0 -0
- /package/{specs-to-project-docs → archive-specs}/references/templates/configuration.md +0 -0
- /package/{specs-to-project-docs → archive-specs}/references/templates/developer-guide.md +0 -0
- /package/{specs-to-project-docs → archive-specs}/references/templates/docs-index.md +0 -0
- /package/{specs-to-project-docs → archive-specs}/references/templates/features.md +0 -0
- /package/{specs-to-project-docs → archive-specs}/references/templates/getting-started.md +0 -0
- /package/{specs-to-project-docs → archive-specs}/references/templates/readme.md +0 -0
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: codex-subagent-orchestration
|
|
3
|
-
description: Use for almost every non-trivial Codex task. Conduct muti-agents workflow to better finish your jobs. Use this skill for better muti-agents orchestration. Inspect existing custom agents under `~/.codex/agents`, reuse them when they already fit, create a new focused custom agent in the official Codex TOML format when needed, and coordinate parallel subagents for exploration, review, verification, or unrelated module work while keeping tightly coupled serial work in the main agent.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Codex Subagent Orchestration
|
|
7
|
-
|
|
8
|
-
## Dependencies
|
|
9
|
-
|
|
10
|
-
- Required: none.
|
|
11
|
-
- Conditional: task-specific skills only when the delegated agent's job clearly benefits from them.
|
|
12
|
-
- Optional: none.
|
|
13
|
-
- Fallback: If subagent delegation is unavailable, continue in a single thread and report that orchestration was skipped. If `~/.codex/agents` does not exist, create it before persisting personal custom agents.
|
|
14
|
-
|
|
15
|
-
## Standards
|
|
16
|
-
|
|
17
|
-
- Evidence: Inspect the current task shape and the existing custom-agent catalog before creating or updating any agent.
|
|
18
|
-
- Execution: Use this skill for nearly every non-trivial task. When current tool rules allow delegation, the agent must actually launch one or more subagents instead of only describing delegation in prose. Treat a parallel subagents workflow as the default whenever two or more independent workstreams can run safely in parallel, use a single helper agent only when there is exactly one bounded sidecar job, and keep shared planning, conflict resolution, and final synthesis in the main agent.
|
|
19
|
-
- Quality: Keep each custom agent narrow, opinionated, and non-overlapping; prefer read-only sandboxes for explorers and reviewers; keep review contexts isolated from the implementation thread; avoid parallel write conflicts.
|
|
20
|
-
- Output: State which agents were reused or created, what each owned, whether they waited in parallel or were staged, and what remained with the main agent.
|
|
21
|
-
|
|
22
|
-
## Overview
|
|
23
|
-
|
|
24
|
-
This skill adds a repeatable orchestration layer on top of Codex subagents.
|
|
25
|
-
|
|
26
|
-
Use this custom-agent format:
|
|
27
|
-
|
|
28
|
-
- personal custom agents live in `~/.codex/agents/`
|
|
29
|
-
- project-scoped custom agents live in `.codex/agents/`
|
|
30
|
-
- each custom agent is one standalone TOML file
|
|
31
|
-
- required fields are `name`, `description`, and `developer_instructions`
|
|
32
|
-
|
|
33
|
-
This skill adds these house rules:
|
|
34
|
-
|
|
35
|
-
- use short English noun phrases normalized to snake_case for `name`
|
|
36
|
-
- use the fixed `developer_instructions` structure from `references/custom-agent-template.toml`
|
|
37
|
-
- restrict reusable subagent model choices in this repository to `gpt-5.4` and `gpt-5.3-codex`
|
|
38
|
-
|
|
39
|
-
## Model policy
|
|
40
|
-
|
|
41
|
-
Use only these reusable subagent models:
|
|
42
|
-
|
|
43
|
-
- `gpt-5.3-codex` for most coding-focused explorers, reviewers, verifiers, and bounded implementers
|
|
44
|
-
- `gpt-5.4` for the hardest tasks that need broader judgment, ambiguity handling, or heavier cross-cutting synthesis
|
|
45
|
-
|
|
46
|
-
Set `model_reasoning_effort` by task complexity:
|
|
47
|
-
|
|
48
|
-
- `low`: straightforward bounded lookups, narrow evidence gathering, or simple mechanical checks
|
|
49
|
-
- `medium`: ordinary non-trivial exploration, review, test triage, and isolated edits
|
|
50
|
-
- `high`: ambiguous debugging, multi-step review, or higher-risk implementation work
|
|
51
|
-
- `xhigh`: only for the hardest investigations or synthesis-heavy subagents where latency is justified
|
|
52
|
-
|
|
53
|
-
Prefer `gpt-5.3-codex` first for agentic coding roles. Escalate to `gpt-5.4` when the delegated job is less mechanical and more judgment-heavy.
|
|
54
|
-
|
|
55
|
-
## When To Use
|
|
56
|
-
|
|
57
|
-
Use this skill by default unless the task is genuinely trivial or current tool rules disallow delegation, such as:
|
|
58
|
-
|
|
59
|
-
- a one-shot factual answer with no decomposition value
|
|
60
|
-
- a single obvious command or one-line edit
|
|
61
|
-
- a tiny serial fix where spawning another agent would add more coordination than value
|
|
62
|
-
|
|
63
|
-
Subagents are most valuable for:
|
|
64
|
-
|
|
65
|
-
- codebase exploration and architecture mapping
|
|
66
|
-
- evidence gathering and independent review
|
|
67
|
-
- live-doc or API verification
|
|
68
|
-
- browser reproduction and debugging
|
|
69
|
-
- parallel edits across unrelated files or modules
|
|
70
|
-
|
|
71
|
-
Keep the main agent in charge when the work is highly continuous, tightly coupled, or depends on a single evolving mental model. In those cases, let subagents provide bounded context, not final ownership, and do not force parallel writers.
|
|
72
|
-
|
|
73
|
-
This skill is not satisfied by merely writing that Codex should delegate later. When parallelizable sidecar work exists and delegation is allowed, the default compliant shape is a parallel subagents workflow.
|
|
74
|
-
|
|
75
|
-
## Workflow
|
|
76
|
-
|
|
77
|
-
### 1) Triage the task first
|
|
78
|
-
|
|
79
|
-
- Decide whether the task is trivial, serial-but-complex, or parallelizable.
|
|
80
|
-
- If the task is non-trivial and delegation is allowed, you must delegate at least one bounded subtask to a subagent.
|
|
81
|
-
- If the task has two or more independent read/review/exploration tracks, you must use a parallel subagents workflow rather than a single helper agent or a staged suggestion-only plan.
|
|
82
|
-
- Use subagents for most non-trivial tasks, but do not force them into tiny or tightly coupled work.
|
|
83
|
-
- Prefer one writer plus supporting read-only agents when ownership would otherwise overlap.
|
|
84
|
-
- If tool rules require explicit user intent before delegation, confirm that gate first; once satisfied, launch the chosen subagents and do not stay in suggestion-only mode.
|
|
85
|
-
|
|
86
|
-
### 2) Inspect the current agent catalog
|
|
87
|
-
|
|
88
|
-
- Read `~/.codex/agents/*.toml` first.
|
|
89
|
-
- Read `.codex/agents/*.toml` next when the current repository has project-scoped agents.
|
|
90
|
-
- Build a quick catalog of each agent's:
|
|
91
|
-
- `name`
|
|
92
|
-
- `description`
|
|
93
|
-
- tool or MCP surface
|
|
94
|
-
- sandbox mode
|
|
95
|
-
- effective responsibility
|
|
96
|
-
- Reuse an existing agent when its responsibility already fits the task without stretching into adjacent work.
|
|
97
|
-
|
|
98
|
-
### 3) Decide reuse vs create
|
|
99
|
-
|
|
100
|
-
Reuse an existing custom agent when all of the following are true:
|
|
101
|
-
|
|
102
|
-
- its `description` matches the delegated job
|
|
103
|
-
- its `developer_instructions` already enforce the right boundaries
|
|
104
|
-
- its tools, sandbox, and model profile are suitable
|
|
105
|
-
- using it will not create role overlap with another active agent
|
|
106
|
-
|
|
107
|
-
Create a new custom agent whenever the current task exposes a stable reusable role and:
|
|
108
|
-
|
|
109
|
-
- no existing agent owns the job cleanly
|
|
110
|
-
- the responsibility can be described independently from the current one-off prompt
|
|
111
|
-
- the role can be named, bounded, and reused on future tasks even if this is its first appearance
|
|
112
|
-
|
|
113
|
-
Do not require repeated historical use before creating a reusable custom agent. Treat "reusable" as a property of role clarity and stable boundaries, not as proof that the exact same task has already repeated many times.
|
|
114
|
-
|
|
115
|
-
When a delegated job is task-specific in content but role-stable in shape, abstract it to the most general reusable agent that still preserves clear ownership boundaries.
|
|
116
|
-
|
|
117
|
-
Prefer extracting a general role such as `code_reviewer` or `docs_researcher` before creating a narrowly phrased task agent such as `review_rust_pr_123`.
|
|
118
|
-
|
|
119
|
-
If domain knowledge materially changes the workflow, create a specialized reusable agent such as `rust_reviewer`; otherwise keep the agent generic and reusable across languages or repositories.
|
|
120
|
-
|
|
121
|
-
Do not create near-duplicates. Tighten or extend an existing agent when the gap is small and the responsibility remains coherent.
|
|
122
|
-
|
|
123
|
-
### 4) Create the custom agent in the official format when needed
|
|
124
|
-
|
|
125
|
-
- Persist reusable personal agents to `~/.codex/agents/<name>.toml`.
|
|
126
|
-
- Use the file template in `references/custom-agent-template.toml`.
|
|
127
|
-
- Match the filename to the `name` field unless there is a strong reason not to.
|
|
128
|
-
- Keep `description` human-facing and routing-oriented: it should explain when Codex should use the agent.
|
|
129
|
-
- Keep `developer_instructions` stable and role-specific; do not leak current task noise into reusable instructions.
|
|
130
|
-
- Persist a custom agent as soon as its responsibility, inputs, workflow, and boundaries can be described independently from the current task details; do not wait for multiple repeats before persisting it.
|
|
131
|
-
- Set `model` to either `gpt-5.3-codex` or `gpt-5.4`.
|
|
132
|
-
- Set `model_reasoning_effort` from actual task complexity, not from agent prestige or habit.
|
|
133
|
-
|
|
134
|
-
Naming rule for this skill:
|
|
135
|
-
|
|
136
|
-
- choose a short English noun phrase
|
|
137
|
-
- normalize it to snake_case
|
|
138
|
-
- examples: `code_mapper`, `code_reviewer`, `docs_researcher`, `rust_reviewer`, `browser_debugger`
|
|
139
|
-
|
|
140
|
-
### 5) Use the fixed instruction format
|
|
141
|
-
|
|
142
|
-
Every reusable custom agent created by this skill must keep the same section order inside `developer_instructions`:
|
|
143
|
-
|
|
144
|
-
1. `# Role`
|
|
145
|
-
2. `## Use when`
|
|
146
|
-
3. `## Do not use when`
|
|
147
|
-
4. `## Inputs`
|
|
148
|
-
5. `## Workflow`
|
|
149
|
-
6. `## Output`
|
|
150
|
-
7. `## Boundaries`
|
|
151
|
-
|
|
152
|
-
The `Use when` and `Do not use when` lists are the applicability contract. Keep them concrete.
|
|
153
|
-
|
|
154
|
-
### 5.5) Use a fixed runtime handoff format
|
|
155
|
-
|
|
156
|
-
Whenever you prompt a subagent, include:
|
|
157
|
-
|
|
158
|
-
- the exact job split
|
|
159
|
-
- whether Codex should wait for all agents before continuing
|
|
160
|
-
- the expected summary or output format
|
|
161
|
-
- the file or module ownership boundary
|
|
162
|
-
- the stop condition if the agent hits uncertainty or overlap
|
|
163
|
-
- the instruction to stay within current tool-rule limits for delegation, sandbox, and write scope
|
|
164
|
-
|
|
165
|
-
### 6) Decompose ownership before spawning
|
|
166
|
-
|
|
167
|
-
Give each subagent one exclusive job. Good ownership boundaries include:
|
|
168
|
-
|
|
169
|
-
- `code_mapper`: map files, entry points, and dependencies
|
|
170
|
-
- `docs_researcher`: verify external docs or APIs
|
|
171
|
-
- `security_reviewer`: look for concrete exploit or hardening risks
|
|
172
|
-
- `test_reviewer`: find missing coverage and brittle assumptions
|
|
173
|
-
- `browser_debugger`: reproduce UI behavior and capture evidence
|
|
174
|
-
- `ui_fixer` or `api_fixer`: implement a bounded change after the problem is understood
|
|
175
|
-
|
|
176
|
-
Avoid combining exploration, review, and editing into one reusable agent when those responsibilities can stay separate.
|
|
177
|
-
|
|
178
|
-
### 7) Orchestrate the run
|
|
179
|
-
|
|
180
|
-
- Use actual subagent tool calls when delegation is allowed; do not stop at writing that Codex should spawn agents later.
|
|
181
|
-
- State exactly how to split the work before each launch.
|
|
182
|
-
- Say whether to wait for all agents before continuing or to stage them in sequence.
|
|
183
|
-
- Ask for concise returned summaries, not raw logs.
|
|
184
|
-
- Treat single-subagent delegation as the exception path, not the default orchestration pattern.
|
|
185
|
-
|
|
186
|
-
Preferred patterns:
|
|
187
|
-
|
|
188
|
-
- Parallel read-only agents for exploration, review, tests, logs, or docs.
|
|
189
|
-
- Explorer first, implementer second, reviewer third when the work is serial but benefits from bounded context.
|
|
190
|
-
- Multiple write-capable agents only when their modules and edited files do not overlap.
|
|
191
|
-
|
|
192
|
-
Practical default:
|
|
193
|
-
|
|
194
|
-
- spawn 2-4 agents for a complex task
|
|
195
|
-
- spawn at least 2 agents when the task clearly contains parallelizable investigation or review tracks
|
|
196
|
-
- keep within the current `agents.max_threads`
|
|
197
|
-
- keep nesting shallow; many Codex setups leave `agents.max_depth` at 1 unless configured otherwise
|
|
198
|
-
|
|
199
|
-
### 8) Keep the main agent responsible for continuity
|
|
200
|
-
|
|
201
|
-
The main agent must:
|
|
202
|
-
|
|
203
|
-
- own the todo list and the overall plan
|
|
204
|
-
- decide task boundaries
|
|
205
|
-
- merge results from parallel threads
|
|
206
|
-
- resolve conflicting findings or overlapping edits
|
|
207
|
-
- perform final validation and final user-facing synthesis
|
|
208
|
-
|
|
209
|
-
If the task turns into one tightly coupled stream of work, stop delegating new edits and bring execution back to the main agent.
|
|
210
|
-
|
|
211
|
-
### 9) Maintain the agent catalog after the task
|
|
212
|
-
|
|
213
|
-
- Persist any new reusable custom agent to `~/.codex/agents/`.
|
|
214
|
-
- If the current task revealed a cleaner reusable abstraction than the one you first considered, persist the more general role unless domain-specific workflow differences are materially important.
|
|
215
|
-
- If a newly created agent proved too broad, narrow its description and instructions before finishing.
|
|
216
|
-
- If two agents overlap heavily, keep one and tighten the other instead of letting both drift.
|
|
217
|
-
- Do not persist throwaway agents that are really just one-off prompts.
|
|
218
|
-
|
|
219
|
-
## References
|
|
220
|
-
|
|
221
|
-
Load only when needed:
|
|
222
|
-
|
|
223
|
-
- `references/custom-agent-template.toml`
|
|
224
|
-
- `references/routing-rubric.md`
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
interface:
|
|
2
|
-
display_name: "Codex Subagent Orchestration"
|
|
3
|
-
short_description: "Reuse or create focused Codex custom agents for most non-trivial tasks"
|
|
4
|
-
default_prompt: "Use $codex-subagent-orchestration for almost every non-trivial task: explicitly instruct Codex to spawn the needed subagents, inspect existing custom agents under `~/.codex/agents` and `.codex/agents`, reuse a focused agent when one already fits, otherwise create a new reusable custom agent in TOML format with a narrow role, noun-phrase snake_case name, explicit task applicability lists, and fixed developer-instructions sections, then coordinate those spawned subagents for exploration, review, verification, or unrelated module edits while keeping tightly coupled serial work and final synthesis in the main agent. Persist any new reusable agents to `~/.codex/agents`."
|
|
5
|
-
policy:
|
|
6
|
-
allow_implicit_invocation: true
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
name = "code_mapper"
|
|
2
|
-
description = "Read-only codebase explorer for locating the relevant files, entry points, and dependency paths before implementation starts."
|
|
3
|
-
model = "gpt-5.3-codex"
|
|
4
|
-
model_reasoning_effort = "medium"
|
|
5
|
-
sandbox_mode = "read-only"
|
|
6
|
-
developer_instructions = """
|
|
7
|
-
# Role
|
|
8
|
-
You are Code Mapper, a focused exploration subagent.
|
|
9
|
-
|
|
10
|
-
## Use when
|
|
11
|
-
- The parent agent needs architecture mapping before editing.
|
|
12
|
-
- The task requires identifying entry points, ownership, or dependency flow.
|
|
13
|
-
- A writer or reviewer needs a bounded evidence packet first.
|
|
14
|
-
|
|
15
|
-
## Do not use when
|
|
16
|
-
- The task is a tiny obvious fix.
|
|
17
|
-
- The task requires owning the final implementation.
|
|
18
|
-
- The work is mostly external-doc research or browser reproduction.
|
|
19
|
-
|
|
20
|
-
## Inputs
|
|
21
|
-
- The parent task summary.
|
|
22
|
-
- The repository or file scope to inspect.
|
|
23
|
-
- Any known symptoms, failing behavior, or suspected areas.
|
|
24
|
-
|
|
25
|
-
## Workflow
|
|
26
|
-
1. Stay in exploration mode.
|
|
27
|
-
2. Trace the real execution path.
|
|
28
|
-
3. Prefer fast search and targeted file reads over broad scans.
|
|
29
|
-
4. Record only the files, symbols, and flows that matter to the delegated question.
|
|
30
|
-
|
|
31
|
-
## Output
|
|
32
|
-
- Relevant files and symbols.
|
|
33
|
-
- The most likely execution path.
|
|
34
|
-
- Key risks, unknowns, and follow-up questions for the parent agent.
|
|
35
|
-
|
|
36
|
-
## Boundaries
|
|
37
|
-
- Do not edit code.
|
|
38
|
-
- Do not drift into solution design unless the parent explicitly asks.
|
|
39
|
-
- Keep the response concise and evidence-based.
|
|
40
|
-
"""
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
# Routing Rubric
|
|
2
|
-
|
|
3
|
-
Use this rubric before spawning or creating a custom agent.
|
|
4
|
-
|
|
5
|
-
## 1. Delegate by default for non-trivial work
|
|
6
|
-
|
|
7
|
-
Subagents are usually worth it when the task benefits from:
|
|
8
|
-
|
|
9
|
-
- parallel read-heavy exploration
|
|
10
|
-
- independent review or verification
|
|
11
|
-
- bounded evidence gathering
|
|
12
|
-
- unrelated module edits that can proceed without conflicts
|
|
13
|
-
|
|
14
|
-
Keep the task in the main agent when it is:
|
|
15
|
-
|
|
16
|
-
- tiny and obvious
|
|
17
|
-
- one continuous chain of reasoning with no clean split
|
|
18
|
-
- likely to create overlapping edits across the same files
|
|
19
|
-
- blocked by an environment rule that disallows live delegation
|
|
20
|
-
|
|
21
|
-
## 2. Reuse before creating
|
|
22
|
-
|
|
23
|
-
Reuse an existing custom agent when:
|
|
24
|
-
|
|
25
|
-
- the `description` matches the delegated job
|
|
26
|
-
- the `developer_instructions` already define the correct boundaries
|
|
27
|
-
- the tool surface and sandbox mode are appropriate
|
|
28
|
-
|
|
29
|
-
Create a new one only when the job is both reusable and clearly distinct.
|
|
30
|
-
|
|
31
|
-
## 3. Keep roles independent
|
|
32
|
-
|
|
33
|
-
Good reusable roles:
|
|
34
|
-
|
|
35
|
-
- `code_mapper`
|
|
36
|
-
- `docs_researcher`
|
|
37
|
-
- `security_reviewer`
|
|
38
|
-
- `test_reviewer`
|
|
39
|
-
- `browser_debugger`
|
|
40
|
-
- `ui_fixer`
|
|
41
|
-
- `api_fixer`
|
|
42
|
-
|
|
43
|
-
Bad reusable roles:
|
|
44
|
-
|
|
45
|
-
- agents that both explore and fix
|
|
46
|
-
- agents that both review and implement
|
|
47
|
-
- agents whose name depends on one temporary bug ticket
|
|
48
|
-
|
|
49
|
-
## 4. Prefer read-only support agents
|
|
50
|
-
|
|
51
|
-
Default to read-only for:
|
|
52
|
-
|
|
53
|
-
- exploration
|
|
54
|
-
- review
|
|
55
|
-
- docs verification
|
|
56
|
-
- browser reproduction without app edits
|
|
57
|
-
|
|
58
|
-
Use write-capable agents only when they own a bounded implementation scope.
|
|
59
|
-
|
|
60
|
-
## 5. Control parallel writes
|
|
61
|
-
|
|
62
|
-
Parallel writes are acceptable only when:
|
|
63
|
-
|
|
64
|
-
- file ownership does not overlap
|
|
65
|
-
- module boundaries are clear
|
|
66
|
-
- the main agent can merge results cheaply
|
|
67
|
-
|
|
68
|
-
Otherwise use one writer and several read-only helpers.
|
|
69
|
-
|
|
70
|
-
## 6. Use a fixed handoff prompt
|
|
71
|
-
|
|
72
|
-
Every subagent handoff should include:
|
|
73
|
-
|
|
74
|
-
- `Objective`
|
|
75
|
-
- `Inputs and scope`
|
|
76
|
-
- `File or module ownership`
|
|
77
|
-
- `Constraints and stop conditions`
|
|
78
|
-
- `Expected output shape`
|
|
79
|
-
- `Blocking or non-blocking status`
|
|
80
|
-
|
|
81
|
-
Use direct spawning language, for example: "spawn 2 subagents", "spawn a code-mapping subagent and a review subagent", or "do not spawn subagents because this task is trivial".
|
|
82
|
-
|
|
83
|
-
## 7. Pick model and reasoning by complexity
|
|
84
|
-
|
|
85
|
-
Allowed reusable subagent models for this skill:
|
|
86
|
-
|
|
87
|
-
- `gpt-5.3-codex`
|
|
88
|
-
- `gpt-5.4`
|
|
89
|
-
|
|
90
|
-
Default selection:
|
|
91
|
-
|
|
92
|
-
- use `gpt-5.3-codex` for most code-centered delegated work
|
|
93
|
-
- use `gpt-5.4` when the delegated task needs broader synthesis, harder judgment, or more cross-domain reasoning
|
|
94
|
-
|
|
95
|
-
Reasoning effort guide:
|
|
96
|
-
|
|
97
|
-
- `low` for simple, bounded, low-risk delegated tasks
|
|
98
|
-
- `medium` for standard non-trivial delegated tasks
|
|
99
|
-
- `high` for complex or ambiguous delegated tasks
|
|
100
|
-
- `xhigh` only when the extra latency is justified by especially difficult synthesis or investigation
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
interface:
|
|
2
|
-
display_name: "specs-to-project-docs"
|
|
3
|
-
short_description: "Convert project specs into standardized categorized project docs"
|
|
4
|
-
default_prompt: "Use $specs-to-project-docs to inventory the project's spec.md/tasks.md/checklist.md files, reconcile them with the current repository, rewrite existing project docs into a standardized categorized structure when needed, generate or update a concise README plus split project docs for getting started, configuration, architecture, features, and developer guidance, maintain a docs/README.md reference list, then remove or archive superseded source specs after successful conversion."
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|