doc-research-planner

Ingest a source document and goal to generate a repository-aligned development plan.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/edri2or/ripo-skills-main --skill doc-research-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-research-planner
Source: https://github.com/edri2or/ripo-skills-main/tree/main/exported-skills/doc-research-planner
Command: npx skills add https://github.com/edri2or/ripo-skills-main --skill doc-research-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads a source document (pasted or file path), researches the stated goal, and generates a context-aware development plan tied to the current repository.

Core Features & Use Cases

  • Ingest a document and goal to craft a grounded plan before implementation.
  • Produce context-aware plans that reflect the repository state and constraints.
  • Extend to external sources to align with project goals and decisions.

Quick Start

Provide a goal and a source document (paste or path) to initiate the planning process.

Frequently Asked Questions about doc-research-planner

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

FAQPage Schema
How do I create a development plan from a document that aligns with my repository?

To create a development plan from a document, provide a source file and a stated goal. The system reads the file, researches the goal, and generates a context-aware plan grounded in your current repository state without writing any files.

What is grounded project planning from source documents?

Grounded project planning ingests a document and a goal to produce a vetted development plan. It aligns project decisions with the current repository context and external research before any implementation begins.

Can I use a pasted document and a goal to plan software features without writing files?

Yes, you can paste a document or provide a file path alongside your goal. The process outputs a chat-visible development plan directly without writing any files to your repository.

Does the planning process require external web search and repository context?

The planning process uses WebSearch for external information and Glob for repository context. These ensure the resulting development plan is fully aligned with both project goals and current codebase constraints.

When do I need to research a stated goal before implementation?

You need to research a stated goal before implementation when a vetted plan is required. This ensures your development decisions are context-aware and tied to your actual repository constraints.