2.1 KiB
2.1 KiB
description, argument-hint, allowed-tools
| description | argument-hint | allowed-tools | ||||||
|---|---|---|---|---|---|---|---|---|
| Start a project task by loading shared plan and progress context |
|
|
/start-agent-work
Start work in this repository with the project coordination protocol.
Arguments
The user invoked this command with: $ARGUMENTS
Workflow
- Read
PLAN.mdandPROGRESS.md. - State the current goal, the next action, and any blocker that matters for the task.
- Read
docs/WORKARCHIVE.mdwhen historical completed-work context, previous verification, or sample conversion evidence is needed. - Read only the additional source documents needed for the requested work.
- If subagents are useful and the user explicitly asked for delegated agent work, choose the smallest set of
.codex/agents/*.tomlroles that covers the task. - For substantial implementation work, use the harness sequence:
harness-planner-agentdrafts the plan and contract,feature-generator-agentimplements one agreed chunk, andevaluation-agentreviews the contract and completed work. - Do not implement converter code unless the user explicitly requests implementation.
- After meaningful changes, update
PROGRESS.md; updatePLAN.mdonly when sequencing, decisions, ownership, or blockers change. - Archive completed work in
docs/WORKARCHIVE.mdwhen it no longer needs to stay inPROGRESS.md. - Run the smallest useful verification, check git status, and commit project changes while excluding
samples/,outputs/,build/,dist/, generated installers, wheels, models, and other local payload artifacts.
Guardrails
- Keep MinerU 3.1.0 as the only conversion engine.
- Allow MinerU 3.1.0's CLI-internal temporary local
mineru-api, but prohibit--api-url, remote APIs, router mode, HTTP client backends, and remote OpenAI-compatible backends. - Keep runtime processing local-only.
- Keep
samples/out of commits unless the user explicitly requests otherwise. - Keep generated packaging, UI build, conversion output, wheelhouse, and model artifacts out of commits.
- Prefer official sources for changing facts about Codex, MinerU, Python, uv, CUDA, or licenses.