P 3 Fenix — Productivity skill for Claude Code
Claude Code starter kit — task router, architect/worker/tester workflow.
How to install P 3 Fenix
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ablack13/p-3-fenix and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What P 3 Fenix does
Claude Code starter kit — task router, architect/worker/tester workflow.
Alternatives in Productivity
- Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
- Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
- P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★
README
P-3 (Fenix) v4.0.0 — Repo Map + Rules + Dev Team Kit
Drop-in starter kit for any multi-module project. A repo map in `CLAUDE.md`, behavior rules in `.claude/rules/`, and a file-based dev-team workflow. Code is the source of truth — no per-module prose docs.
Contents
p3-fenix-4.0.0/
├── README.md ← this file
├── runbook.md ← main runbook (full operational details)
├── LICENSE
├── P-3 (Fenix)- READ BEFORE FIRST.md ← full reference for commands/agents/workflows
├── scripts/
│ ├── setup.sh ← installer (manifest-driven, idempotent)
│ ├── install-online.sh ← one-command online installer
│ └── upgrades/ ← pairwise -to-.json upgrade configs
├── claude-commands/
│ ├── fx-init.md ← /fx-init (repo map + rules scaffolding; upgrade mode)
│ ├── fx-info.md ← /fx-info
│ ├── fx-task.md ← /fx-task | new
│ ├── fx-agent.md ← /fx-agent rules | list
│ └── fx-uninstall.md ← /fx-uninstall (manifest-driven removal)
├── claude-agents/
│ ├── architect.md ← designs implementation plans (read-only on code)
│ ├── architect-rules.md ← architect behavioral rules
│ ├── worker.md ← executes plans (only writer of project code)
│ ├── worker-rules.md ← worker behavioral rules
│ ├── tester.md ← reviews worker output (read-only on code)
│ └── tester-rules.md ← tester behavioral rules
└── templates/
├── CLAUDE.md ← repo-root file: bootstrap, inline repo map, navigation rule
├── DISCLAIMER.md ← docs/DISCLAIMER.md (editable bootstrap ritual)
├── info.md ← docs/info.md template
├── rules-git-workflow.md ← .claude/rules/git-workflow.md (always-on)
├── rules-fenix-conventions.md ← .claude/rules/fenix-conventions.md (always-on)
├── rules-module.md ← per-m
Related Skills
Task Orchestrator
Orchestrate task implementation with implementer and architect review agents
Task Worker
Execute a single task from the plan. Used for parallel execution.
Assign Task
Assign a task to the worker pool for distributed execution
Agent Token Saver Skill Router
Your agent reads the few skills a task needs, not forty. Picks none, one, or a small bounded set, and leaves t
Wave
把 N 件唔相干嘅工作,同時開 N 個 worktree、N 個 task、N 個 worker 去做。
Rs Agent Router
Windows desktop task router for Claude and Codex CLIs, with monitoring and execution records.
Related Agents
Deep Architect
Handles architectural decisions, novel abstractions, breaking contract changes, row-transforming migrations, a
Router Haiku
Worker subagent dispatched by the auto-model-router for trivial tasks — reads, lists, lookups, quick edits, cl
Nextjs Page Architect
Next.js App Router page architect for creating properly structured pages with component separation. Use PROACT