agentsclimarketplace

Phase gate

Skill pvnarp/agent-skills/skills/phase-gate

Evaluates whether the current development phase is complete and ready to move to the next phase. Checks deliverables and gate criteria against the project plan. Use when assessing milestone readiness or planning the next phase.From its SKILL.md

Install
npx -y skills add pvnarp/agent-skills --skill phase-gate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.1 KB, 425 tokens by cl100k_base, as published. Nobody here has run it

Phase Gate Check

Examine the codebase, issues, and project plan. Determine current phase and evaluate.

How to Use

Define your project phases in a phases.md or equivalent document. Each phase needs:

  1. Deliverables - Concrete, verifiable outputs (not vague goals)
  2. Gate criteria - What must be true before moving on
  3. Kill questions - Hard questions that expose whether the phase is actually done

Phase Template

## Phase N - [Name] (Estimated: X weeks)

**Deliverables:**
- [ ] Deliverable 1
- [ ] Deliverable 2
- [ ] Deliverable 3

**Gate Criteria:**
[What must be true before proceeding. Be specific and measurable.]

**Kill Questions:**
- [Hard question that exposes gaps]
- [Another hard question]

Example Phases (Adapt to Your Project)

Phase 1 - Foundation

Deliverables: Core data models, basic CRUD, authentication, CI pipeline. Gate: The system handles the primary happy path end-to-end. It works, even if ugly.

Phase 2 - Core Features

Deliverables: Key features that deliver the primary value proposition. Gate: A user can accomplish the main task the product exists for.

Phase 3 - Polish & Edge Cases

Deliverables: Error handling, input validation, performance optimization, UX refinements. Gate: It handles edge cases gracefully and performs well under expected load.

Phase 4 - Launch Readiness

Deliverables: Monitoring, documentation, deployment automation, security review. Gate: You'd be comfortable with real users depending on it.

Evaluation Output

  1. Current phase based on what's implemented.
  2. Checklist of deliverables: done vs remaining.
  3. Gate criteria assessment: met / not met / partially met.
  4. If gate NOT met: specific actions needed before proceeding.
  5. Risks of moving forward without completing the gate.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.