/ais.report.standup

Generate internal daily standup reports from repository state and spec statuses.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/AIS-Commercial-Business-Unit/CBU_Specify --skill ais-report-standup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /ais.report.standup
Source: https://github.com/AIS-Commercial-Business-Unit/CBU_Specify/tree/main/.cursor/skills/ais.report.standup
Command: npx skills add https://github.com/AIS-Commercial-Business-Unit/CBU_Specify --skill ais-report-standup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for generating detailed internal daily standup reports for AIS consulting engagements, providing a clear overview of active work, blockers, and other relevant details.

Core Features & Use Cases

  • Gather Repo State: Collects repository state information including spec IDs, status, and activity.
  • Analyze State: Groups specs by status (active, blocked, stale, complete) and detects status changes.
  • Aggregate Sub-spec Rollups: Provides progress updates for parent specs with sub-specs.
  • Identify Warnings: Flags unapproved implementations, unassigned specs, stale specs, and dependency bottlenecks.
  • Generate Report: Outputs a detailed standup report to the user and persists it to a file.
  • Use Case: This Skill is ideal for daily team standups, allowing the internal team to quickly review the project's status and identify areas that require attention.

Quick Start

Run the internal daily standup report skill by executing the command: /ais.report.standup

Frequently Asked Questions about /ais.report.standup

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

FAQPage Schema
How do I generate a daily standup report from git repository state?

To generate a daily standup report from git repository state, run the `/ais.report.standup` command which analyzes spec activity, classifies statuses, and outputs a detailed project status file.

What is included in a consulting workflow daily standup report?

A consulting workflow daily standup report includes active specs, blockers, status changes, sub-spec rollups, and warnings for unapproved implementations, unassigned specs, stale specs, and dependency bottlenecks.

How are project specs classified by status during repository analysis?

During repository analysis, project specs are classified by status into active, blocked, stale, and complete categories to help teams quickly identify progress and areas requiring immediate attention.

Does the daily standup report identify warnings for unapproved implementations?

Yes, the daily standup report identifies warnings for unapproved implementations, unassigned specs, stale specs, and dependency bottlenecks to flag potential project risks during the consulting engagement.

Can I use this reporting skill for tracking sub-spec rollups in project reporting?

Yes, you can use this reporting skill for tracking sub-spec rollups, as it aggregates progress updates for parent specs with sub-specs to provide a comprehensive project reporting overview.