review-scope-of-work

Edit and refine a Scope of Work phase-by-phase with versioning and audit logging.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/aoecosystem/project-foundations --skill review-scope-of-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-scope-of-work
Source: https://github.com/aoecosystem/project-foundations/tree/main/.cursor/skills/review-scope-of-work
Command: npx skills add https://github.com/aoecosystem/project-foundations --skill review-scope-of-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Iterative, section-by-section edits to a previously generated Scope of Work allow quick refinements without regenerating the entire document.

Core Features & Use Cases

  • Phase-by-phase editing: selectively modify individual sections while preserving layout and structure.
  • Versioning and auditing: bump the SoW version and append an audit log for each save.
  • Stage-enforcement: edits are allowed only when the SoW is in SOW_DRAFT or SOW_APPROVED; approved drafts can be reopened for edits.

Quick Start

Say '/review-scope-of-work' to begin editing a specific phase of your Scope of Work.

Frequently Asked Questions about review-scope-of-work

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

FAQPage Schema
How do I edit a specific section of a Scope of Work without regenerating the whole document?

You can edit a specific section of a Scope of Work without regenerating the whole document by using phase-by-phase editing. This allows selective modifications to individual sections while preserving the overall layout and structure of the current SoW state.

Can I make changes to an approved Scope of Work?

Yes, you can make changes to an approved Scope of Work. The tool reopens an approved SoW back to draft status when needed, allowing modifications only when the document is in SOW_DRAFT or SOW_APPROVED stage.

Does editing a Scope of Work track version history and audit logs?

Yes, editing a Scope of Work tracks version history and audit logs. The system bumps the SoW version and appends an audit log entry for each save, ensuring iterative refinements are fully recorded.

What are the stage constraints for modifying a Scope of Work draft?

Stage constraints for modifying a Scope of Work draft require the document to be in SOW_DRAFT or SOW_APPROVED status. The system enforces these constraints via session-memory to prevent unauthorized edits outside allowed stages.

What is the best way to refine project scope phases iteratively?

The best way to refine project scope phases iteratively is through phase-by-phase editing of a previously generated Scope of Work. This approach avoids a full rewrite by operating on the current state and recording an audit log for each save.