ils15

Plan Architecture.Prompt — Development skill for Claude Code

Development community

Plan system architecture with strategic research and TDD-driven implementation plan.

How to install Plan Architecture.Prompt

Installs to ~/.claude/skills/ils15-pantheon-legacy-plan-architecture.prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ils15-pantheon-legacy-plan-architecture.prompt && curl -fsSL https://raw.githubusercontent.com/ils15/pantheon-legacy/HEAD/prompts/plan-architecture.prompt.md -o ~/.claude/skills/ils15-pantheon-legacy-plan-architecture.prompt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Plan Architecture.Prompt does


name: plan-architecture description: "Plan system architecture with strategic research and TDD-driven implementation plan" agent: athena tools: ['search', 'usages']

Plan Architecture Strategically (Athena)

Planning Process

1. Understand Requirements

  • What do you want to build?
  • How does it connect with the existing system?
  • What constraints do we have?

2. Research Phase (Parallel)

Use @apollo for exploration. If you need isolated read-only research, use `@apollo`.

  • D

Alternatives in Development

  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • OpenMythos — A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the availabl 14.8k ★
  • Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★

Full documentation available on GitHub

View Source Repository