project-overview-assessment

Assess project structure and progress against SRS requirements and JIRA sprint tasks.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/manhthien2005/PM_REVIEW --skill project-overview-assessment-manhthien2005
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-overview-assessment
Source: https://github.com/manhthien2005/PM_REVIEW/tree/main/tooling/.windsurf-template/shared/skills/TongQuan
Command: npx skills add https://github.com/manhthien2005/PM_REVIEW --skill project-overview-assessment-manhthien2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Project managers and tech leads need a repeatable way to verify that a codebase actually matches its SRS specification, follows sound architecture, and stays on track with JIRA sprints, without manually reading every document and source file. ## Core Features & Use Cases - Tiered Context Loading: Reads MASTER_INDEX, SRS index, project structure files, and module summaries in a strict order to avoid token overload and context loss. - Six-Criteria Scoring: Evaluates SRS compliance, architecture, consistency, JIRA progress, code quality, and security using detailed checklists in the references folder. - Re-review Comparison: Detects previous review reports, compares scores and weaknesses across reviews, and overwrites the report with a comparison section. - Use Case: Ask for an overview assessment of the Admin project, and the skill produces a Vietnamese report at REVIEW_ADMIN/TONGQUAN_ADMIN_review.md and updates MASTER_INDEX with status, score, and review date. ## Quick Start Ask the AI to run a project overview assessment for the Admin project against the SRS and current JIRA sprint.

Frequently Asked Questions about project-overview-assessment

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

FAQPage Schema
How do I run a project overview assessment against an SRS?▼

Trigger the skill with keywords like project overview or review architecture. It reads MASTER_INDEX and SRS_INDEX first, scans the folder structure, then scores six criteria including SRS compliance and JIRA progress into a Vietnamese markdown report.

What criteria does a project structure review evaluate?▼

The review scores six criteria totaling 100 points: SRS compliance (20), architecture and structure (20), consistency (15), progress versus JIRA (20), code quality (15), and security best practices (10), with detailed checklists in references/evaluation-criteria.md.

Does the review compare results with previous assessments?▼

Yes. If a previous review file exists, the skill extracts old scores and weaknesses, compares them with the new results, and adds a comparison section showing fixed, persisting, and newly introduced weaknesses before overwriting the old file.

When should I use overview assessment instead of detailed feature review?▼

Use this skill for holistic project-level evaluation of structure and progress. Use the detailed-feature-review skill for feature-level audits with 8-criteria scoring, or code-review-five-axis for quick PR and commit reviews.

Why does the skill avoid reading the full SRS document?▼

To optimize token limits, the skill reads SRS_INDEX and module summary files instead of the full SRS. It only opens specific Use Case files in Resources/UC when summaries lack needed detail.