claude-plan
FeaturedGet an independent architecture/implementation plan from Anthropic Claude (Fable, a different vendor's model) running Claude Code's native plan mode, from inside a non-Claude host such as Codex. Use mid-execution when work hits a genuine design fork or high-stakes decision that should not be settled unilaterally. Not for routine planning — that stays in the host's own plan tooling. Explicit invocation only. Triggers: "claude plan", "ask fable for a plan", "fable planning", "问 fable", "让 fable 出方案", "外脑出方案".
Install
Quality Score: 91/100
Skill Content
Details
- Author
- Ancienttwo
- Repository
- Ancienttwo/repo-harness
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
claude-planner
Asserts the planner role for a session writing one plan under one task, holding what it reads before deciding, the surfaces it may not write, and what it hands back. Use when asked to "be the planner", "you are a planner session", at the start of a dispatched or hand-launched planning run, or when a planning session needs to know what it may not write. Do NOT use to write the plan itself, which is `claude-feature`, to make the cross-feature merge call, or to implement.
claude-plan-review
Run an independent Claude Opus 5 plan review with tools enabled. Use for milestone roadmaps, implementation plans, architecture/design docs, specs, or planning artifacts before code is written; not for ordinary code diff review.
claude-feature
Plans a feature by reading the project's Claude setup and scanning relevant source files. Outputs which files to touch, risks, and ambiguities, then stops. Use before implementing anything, or when asked to "implement X", "add X", "build X", or "I want to add X". Do NOT implement. Plan only.