ablack13

P 3 Fenix — Productivity skill for Claude Code

Productivity community

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