b2b-backend-project

Parse STATUS.md files to report and update active project progress.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/herren-official/product-agents --skill b2b-backend-project
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: b2b-backend-project
Source: https://github.com/herren-official/product-agents/tree/main/skills/b2b-backend/zero/project
Command: npx skills add https://github.com/herren-official/product-agents --skill b2b-backend-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams track the progress of ongoing backend projects by aggregating statuses from each project's STATUS.md and surfacing a clear, up-to-date overview.

Core Features & Use Cases

  • Scan the codebase to identify all active projects and read their STATUS.md to determine current stage, completed tickets, and remaining scope.
  • Update local STATUS.md files to reflect the latest state based on session context or explicit update commands.
  • Use case: Product managers and engineering leads can generate a concise, shareable snapshot of multiple projects for meetings, and trigger updates automatically when status changes.

Quick Start

Run the project status scan to generate a consolidated summary and update each project's STATUS.md.

Frequently Asked Questions about b2b-backend-project

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

FAQPage Schema
How do I track backend project status across multiple local repositories?▼

You can track project status by parsing each project's STATUS.md to determine the current stage, completed tickets, and remaining scope, aggregating them into a clear overview.

How do I automatically update STATUS.md files with the latest project progress?▼

You can automatically update STATUS.md files by triggering explicit update commands or session context, which refreshes the status and applies date stamping in-place.

Can I scan and update the status for a single specific project instead of the whole codebase?▼

Yes, the skill supports argument handling to focus on a specific project by name, extracting its status and updating its STATUS.md file independently of others.

What is the best way to generate a project progress snapshot for stakeholder meetings?▼

Generate a project progress snapshot by running a codebase scan that aggregates the current stage and remaining scope from each project's STATUS.md into a concise overview.

Does this project status tracker work with Notion?▼

The skill primarily parses and updates local STATUS.md files in your codebase, with Notion listed as a keyword for workflow context rather than direct integration.