project-status

Generate project component status decision tables from transcripts, repositories, GitHub, and Linear.

2|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/my-entourage/entourage-plugin --skill project-status-my-entourage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-status
Source: https://github.com/my-entourage/entourage-plugin/tree/main/skills/project-status
Command: npx skills add https://github.com/my-entourage/entourage-plugin --skill project-status-my-entourage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reports accurate project status by distinguishing between discussed and implemented work, using evidence from transcripts, local repositories, GitHub, and Linear.

Core Features & Use Cases

  • Aggregates data from transcripts, GitHub, Linear, and local repos to generate a component-by-component status chart.
  • Supports multiple status levels (Triage, Backlog, Todo, In Progress, In Review, Done, Shipped, Canceled, Unknown) and provides evidence descriptions.
  • Use cases include answering "What's done?", "What's in progress?", and "What is planned?" for a given project.

Quick Start

Ask me for the current status of all project components based on transcripts, code repositories, and issue trackers.

Frequently Asked Questions about project-status

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

FAQPage Schema
How do I generate an evidence-based project status report from GitHub and Linear?

Generate an evidence-based project status report by aggregating transcripts, local repositories, GitHub, and Linear data. This Skill cross-references these sources to distinguish discussed work from implemented work, outputting a component-by-component decision table with confidence levels.

What's the best way to track implementation progress across multiple project components?

Track implementation progress by evaluating multi-source evidence from transcripts, local repos, GitHub, and Linear. It applies evaluation rules to map each component's status—such as In Progress, In Review, or Done—into a comprehensive chart with descriptive evidence.

Can I use local repository files with Linear tickets to see what is done and what is planned?

Yes, you can combine local repository files with Linear tickets and GitHub evidence to determine what is done and what is planned. The Skill synthesizes these sources to differentiate between discussed tasks and actual code implementations, providing clear status levels.

How does combining transcripts and code repositories improve project status accuracy?

Combining transcripts and code repositories improves project status accuracy by validating discussed work against actual implemented code. This multi-source evaluation prevents false status reports by requiring real evidence from transcripts, local repos, GitHub, and Linear before assigning a status.

Do I need repos.json and Linear configuration to evaluate project component status?

You need frontmatter with name and description, while repos.json and Linear configuration are optional dependencies. These configurations enable deeper multi-source evaluation across your local repositories and issue trackers to generate the final status decision table.

What status levels are supported when aggregating evidence from GitHub and transcripts?

Supported status levels include Triage, Backlog, Todo, In Progress, In Review, Done, Shipped, Canceled, and Unknown. Each level is assigned based on aggregated evidence from transcripts, local repositories, GitHub, and Linear, accompanied by a descriptive evidence summary.