complete-plan

Verify acceptance criteria and deliverables before marking a plan completed.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/mikev10/olympus --skill complete-plan-mikev10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: complete-plan
Source: https://github.com/mikev10/olympus/tree/main/resources/skills/complete-plan
Command: npx skills add https://github.com/mikev10/olympus --skill complete-plan-mikev10

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all acceptance criteria and deliverables within a project plan have been rigorously verified and documented before a plan is considered complete, preventing incomplete work from being deployed.

Core Features & Use Cases

  • Systematic Verification: Guides the user through a step-by-step process to check each criterion against actual code and output.
  • Evidence Collection: Mandates the collection of proof (file paths, test outputs, logs) for each verified criterion.
  • Status Judgment: Assigns a clear status (COMPLETED, PARTIAL, INCOMPLETE, ABANDONED) based on verification results.
  • Use Case: After a developer implements a new feature, this Skill is used to confirm that all defined tests pass, the code builds successfully, and all user-facing requirements are met before marking the feature as done.

Quick Start

Use the complete-plan skill to verify the plan located at .olympus/plans/feature-x.md.

Frequently Asked Questions about complete-plan

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

FAQPage Schema
How do I verify implementation plans against acceptance criteria before deployment?

To verify implementation plans, systematically check each acceptance criterion against actual code and output evidence. This process mandates collecting proof like file paths, test outputs, and logs to confirm build success and type checking before marking a plan as COMPLETED.

What is the best way to ensure project deliverables are fully tested before marking a feature as done?

The best way to ensure deliverables are fully tested is performing systematic verification that checks all defined tests pass, the code builds successfully, and user-facing requirements are met. This prevents incomplete work from being deployed by assigning a clear status based on verification results.

Can I assign different statuses to an implementation plan based on verification outcomes?

Yes, you can assign clear statuses to an implementation plan based on verification outcomes. Depending on whether all acceptance criteria and deliverables are rigorously verified, the plan receives a status of COMPLETED, PARTIAL, INCOMPLETE, or ABANDONED.

What evidence do I need to collect to finalize a project management plan?

To finalize a project management plan, you must collect evidence such as file paths, test outputs, and logs for each verified criterion. This proof ensures thorough testing and build success before the plan is archived and marked as complete.

When do I need to archive an implementation plan during the development workflow?

You need to archive an implementation plan during the development workflow after systematically verifying all acceptance criteria against provided evidence. The plan is archived and its status updated once thorough testing, build success, and type checking are confirmed.