plan-acpx
Plan-Acpx
Input
Treat the argument as either a plan target file or a direct task description.
Core Protocols
- Plan only. Do not modify production code.
- Use English inside
acpxprompts. Reply to the user in their language. - Sanitize secrets before including file contents in any prompt file.
- Keep one named
acpxsession for the audit loop:plan-audit.
Workflow
Phase 0: Clarify
- Read the plan file if the argument is a path.
- If the request is vague, ask clarifying questions before planning.
More from knowlet/claude-acpx
acpx
Use acpx as the transport for Codex or other ACP agents: persistent sessions, named sessions, queue-aware prompts, permission control, and compact CLI output. Trigger when the task mentions acpx, ACP, Codex via acpx, replacing Codex MCP, persistent agent sessions, or headless agent execution from Bash.
1execute-acpx
Smart size-based routing: Claude handles small changes locally, while large changes run through acpx and code-reviewer reviews the result. By default the examples use `acpx codex`, but the workflow is branded around acpx. Triggers on: /execute-acpx, execute plan, implement with routing, run the plan, or route large implementation through acpx.
1tdd-claude-acpx
Full TDD workflow: Claude writes tests first, acpx audits the tests, Claude implements locally, and acpx reviews the final diff. By default the examples use `acpx codex`, but the workflow is branded around acpx. Triggers on: /tdd-claude-acpx, TDD with review, test-driven implement, or tests first then review through acpx.
1claude-acpx
Claude implements code changes locally, then an external review loop checks the diff through acpx. By default the examples use `acpx codex`, but the branding and workflow are acpx-first. Triggers on: /claude-acpx, implement and review, build with external review, or review the diff through acpx.
1tdd-execute-acpx
Full TDD with smart routing: Claude writes tests first, acpx audits them, then Claude handles small implementations locally while large implementations run through acpx and code-reviewer reviews the result. By default the examples use `acpx codex`, but the workflow is branded around acpx. Triggers on: /tdd-execute-acpx, TDD with routing, test-driven execute, or large TDD implementation through acpx.
1