analyze-with-file

Analyze codebase topics and generate per-task JSON execution plans.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JefersonCCJM/hotel_san_pedro --skill analyze-with-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-with-file
Source: https://github.com/JefersonCCJM/hotel_san_pedro/tree/main/.agents/skills/analyze-with-file
Command: npx skills add https://github.com/JefersonCCJM/hotel_san_pedro --skill analyze-with-file

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to perform structured, documentable analysis directly within their workspace, capturing discussions, decisions, and evidence as it evolves, and producing ready-to-execute task plans without delegating analysis to external agents.

Core Features & Use Cases

  • Documented discussion timeline: Tracks understanding evolution across rounds, decisions, and open questions.
  • Inline exploration: Uses built-in search/context tools to analyze a codebase or documentation without leaving the task.
  • Direct task generation: Transforms conclusions into per-task JSONs ready for quick execution and orchestration.
  • Auditable execution flow: Prepares execution artifacts (execution.md and execution-events.md) to support traceability.

Quick Start

Provide a topic to start inline analysis and generate a ready-to-execute task plan.

Frequently Asked Questions about analyze-with-file

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

FAQPage Schema
How do I analyze a codebase inline and generate executable tasks without using agents?

You can analyze a codebase inline by providing a topic to start a multi-round discussion loop. The system documents reasoning, preserves decisions, and outputs per-task JSONs ready for execution without delegating to external agents.

What is inline codebase analysis and how does it track decisions?

Inline codebase analysis is a process that evaluates topics within the codebase context through a multi-round discussion loop. It tracks the evolution of understanding, documents decisions, and preserves evidence for a fully auditable timeline.

Can I generate traceable execution artifacts directly from a discussion?

Yes, you can generate traceable execution artifacts directly from a discussion. The system transforms conclusions into per-task JSONs and prepares execution.md and execution-events.md files to support full traceability.

Does inline analysis work without external agent dependencies?

Yes, inline analysis works without external agent dependencies. The system operates entirely within your workspace using built-in search and context tools to analyze the codebase and document reasoning.

What is the best way to document reasoning and open questions during codebase analysis?

The best way to document reasoning is through a structured discussion timeline that tracks understanding across rounds. This method explicitly captures decisions, open questions, and evidence as the analysis evolves.