Pi Context-Aware Execution When this skill is invoked in Pi, treat the user's current request and any skill arguments as the task input. Do not treat this file as the task by itself. Before applying the skill, establish only the context needed for the request: 1. Identify the current working directory and relevant project scope. 2. Read local guidance first when present: AGENTS.md, CLAUDE.md, TODO.md, or nearby task/spec files. 3. Inspect the current codebase with targeted searches (prefer rg) and read relevant files before making claims or proposing changes. 4. Ground findings and recommenda…