progress

Track evolving topic understanding through sequentially numbered progression documents.

9|5|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/theaichimera/claude-code-project-intelligence --skill progress-theaichimera
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress
Source: https://github.com/theaichimera/claude-code-project-intelligence/tree/main/skills/progress
Command: npx skills add https://github.com/theaichimera/claude-code-project-intelligence --skill progress-theaichimera

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and preserve the full reasoning arc of an investigation so future sessions pick up where earlier work left off, including what was tried, what was wrong, and why conclusions changed.

Core Features & Use Cases

  • Progression documents: Store sequentially numbered documents (baseline, deepenings, corrections, pivots, synthesis) that record reasoning and evidence.
  • Explicit corrections: Link corrective documents to the originals so mistakes and their fixes are discoverable.
  • Session injection & search: Active progressions are injected into session context and remain searchable across the project's knowledge repo.
  • Use Case: Track a debugging investigation across multiple sessions, recording hypotheses, experiments, corrections, and final synthesis so new contributors can continue immediately.

Quick Start

Start a new progression by running the progress start command with a topic name, for example "progress start ECS Task Placement Strategy".

Frequently Asked Questions about progress

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

FAQPage Schema
How do I track evolving understanding of a debugging investigation across multiple sessions?

You can track evolving understanding of a debugging investigation by storing sequentially numbered progression documents that record hypotheses, experiments, corrections, and final synthesis, ensuring future sessions pick up exactly where earlier work left off.

What is the best way to preserve session history for research workflows?

The best way to preserve session history for research workflows is to maintain a sequence of progression documents capturing baselines, deepenings, pivots, and syntheses within a git-backed knowledge repository that remains searchable across the project.

How do I start tracking an investigative arc for a new project topic?

You start tracking an investigative arc by running the CLI start command with a topic name, which initializes the sequential document numbering and injects the active progression into the current session context.

Can I link corrections to original reasoning documents during research?

Yes, you can link corrections to original reasoning documents through explicit correction links, ensuring that mistakes and their fixes remain discoverable and preserving the full reasoning arc of the investigation.

Does this session history tracking approach work with a git-backed knowledge repository?

Yes, session history tracking integrates directly with a git-backed knowledge repository, allowing active progressions to be injected into session context and remain searchable across the entire project knowledge base.

When do I need progression documents for design workflows?

You need progression documents for design workflows when an investigation spans multiple sessions and requires capturing baselines, recording what was tried, documenting what was wrong, and explaining why conclusions changed over time.