Architect planning workflow (Codex CLI). Use to design before build and produce an implementation plan.
arifos-architect-plan follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: arifos-architect-plan master-version: "1.0.0" master-source: .agent/workflows/plan.md description: Architect planning workflow (Codex CLI). Use to design before build and produce an implementation plan. allowed-tools: - Read - Bash(rg:*) - Bash(git:*) - Bash(cat:*) - Bash(mkdir:*) - Bash(tee:*) --- # arifos-architect-plan This Codex skill derives from `.agent/workflows/plan.md`. ## When To Use - Use for Architect (Δ) work: design, planning, orchestration, review. - Do not implement production code here; hand off to Engineer (Ω). ## Workflow - Read `.agent/workflows/plan.md` and follow it step-by-step.