project-guide

Guides new team members through project status, documentation, and next steps.

Updated Sep 14, 2026
One-click install
npx skills add https://github.com/duchuyn04/resume-analyze --skill project-guide-duchuyn04
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-guide
Source: https://github.com/duchuyn04/resume-analyze/tree/main/.agents/skills/project-guide
Command: npx skills add https://github.com/duchuyn04/resume-analyze --skill project-guide-duchuyn04

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New team members often lack context about what a project does, where it currently stands, and what they should work on next. This Skill reads the repository's documentation, backlog, checkpoints, and evidence to produce a verified orientation briefing without requiring the user to already know the project's phase or structure. ## Core Features & Use Cases - Verified Status Synthesis: Reads README, product backlog, checkpoints, architecture docs, and Jira (when available) to report per-module progress with source links, without guessing a single project-wide phase. - Prioritized Next Steps: Proposes up to three concrete actions with rationale, required reading, missing permissions, and a clear handoff command to the appropriate specialist skill. - Read-Only Onboarding: Never modifies code, claims tasks, runs builds, or creates checkpoints; it only orients and routes. - Use Case: A developer joins an AI recruitment platform team and asks where the project stands. The Skill summarizes the product purpose, shows a per-module status table with evidence sources, and suggests reading the glossary and one contract before picking a task. ## Quick Start Ask the assistant: I just joined the team, tell me what this project does, where it currently stands, and what I should do first.

Frequently Asked Questions about project-guide

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

FAQPage Schema
How do I onboard onto a new software project quickly?▼

Start by reading the repository README and documentation index, then review the product backlog and latest checkpoints for current status. This Skill automates that reading order and returns a summarized orientation with cited sources and suggested next steps.

How to find out what stage a project is in from its repository?▼

Check the backlog, task records, and evidence files rather than relying on checkboxes or old checkpoints. The Skill evaluates business docs, stories, contracts, implementation, testing, and release evidence separately per module instead of guessing one overall phase.

Can this Skill claim tasks or update Jira for me?▼

No. It is strictly read-only: it never claims or assigns tasks, updates Jira, runs builds or migrations, modifies code, or creates checkpoints. It only reads sources, summarizes status, and proposes a handoff command for the user to choose.

Does project onboarding work without Jira access?▼

Yes. Missing Jira permissions do not block learning the domain or reviewing designs. The Skill falls back to local backlog files, task records, and documentation, and clearly marks anything it could not verify.

What are the limitations of automated project status summaries?▼

Summaries are only as reliable as the underlying evidence; an orientation report is not a Ready or Done certification. Sources without trustworthy timestamps are flagged as unverified, and stale checkpoints are not treated as current status.