pre-planning

Consolidate git remotes, codebase structure, and memories into planning context.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Saturate/agents --skill pre-planning-saturate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-planning
Source: https://github.com/Saturate/agents/tree/main/skills/pre-planning
Command: npx skills add https://github.com/Saturate/agents --skill pre-planning-saturate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Gathers essential context before planning to prevent scope creep and missed requirements in complex work.

Core Features & Use Cases

  • Context aggregation from git remotes, codebase structure, reference projects, and memories to inform plan mode.
  • Platform detection from git remote to choose appropriate workflows.
  • Reference checking for past decisions to guide planning.

Quick Start

Analyze your current project and provide a consolidated context snapshot for planning.

Frequently Asked Questions about pre-planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I gather context before planning a new software feature?

To gather context for planning a new feature, you must consolidate git remotes, codebase structure, reference projects, and memories. This prevents scope creep and missed requirements by producing a ready-to-use context snapshot before entering plan mode.

What is the best way to consolidate context from multiple repositories before implementation?

The best way to consolidate repository context is to run platform detection on git remotes and synthesize memories with reference lookups. This aggregates multi-source data into a unified snapshot, ensuring all past decisions guide your current implementation.

Can I use git remote data for platform detection when starting non-trivial tasks?

Yes, you can use git remote data for platform detection when starting non-trivial tasks. The system applies platform detection to choose appropriate workflows, ensuring your planning context matches the specific repository environment you are working in.

How does reference checking work when aggregating planning context?

Reference checking for planning context works by looking up past decisions stored in memories and reference projects. This guides your current planning phase by ensuring historical choices and structural constraints are synthesized into the final context snapshot.

When do I need to capture context before entering plan mode?

You need to capture context before entering plan mode whenever starting a kickoff, new feature, or non-trivial implementation task. This pre-planning step prevents scope creep by consolidating git, codebase, and memory sources into a ready-to-use snapshot.