Skip to content

Installation

tmdgusya edited this page Apr 5, 2026 · 1 revision

Installation

Prerequisites

Install the Extension

pi install git:github.com/tmdgusya/pi-engineering-discipline-extension

⚠️ Superpowers Skill Conflict

If you have the superpowers skill installed, remove it before using this extension. The superpowers skill conflicts with this extension's bundled skills (e.g., agentic-clarification, agentic-plan-crafting, agentic-karpathy). Duplicate skill names can cause unexpected behavior since skill loading does not guarantee extension override.

Recommended Settings

After installing, run /setup in pi to configure quietStartup: true in ~/.pi/agent/settings.json. This hides the default startup listing — the extension provides its own custom ROACH PI banner.

Manual Setup

If you prefer to configure manually:

{
  "quietStartup": true
}

File location: ~/.pi/agent/settings.json

Verify Installation

  1. Restart pi (or type /reload)
  2. You should see the ROACH PI ASCII banner on startup
  3. Type /setup to apply recommended settings
  4. The following commands should be available: /clarify, /plan, /ultraplan, /setup, /reset-phase

Clone this wiki locally