evolve-assess

Run the Assess phase to produce an assessment.json for PMPO evolution.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/GQAdonis/turboquant-rs --skill evolve-assess
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evolve-assess
Source: https://github.com/GQAdonis/turboquant-rs/tree/main/.opencode/skills/iterative-evolver/skills/evolve-assess
Command: npx skills add https://github.com/GQAdonis/turboquant-rs --skill evolve-assess

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The assessment phase helps teams quickly gauge current state against goals without creating plans or making changes.

Core Features & Use Cases

  • Isolates the current state and identifies gaps against goals.
  • Produces a structured assessment (e.g., assessment.json) for decision making.
  • Supports rapid iteration by focusing solely on assessment.

Quick Start

Provide evolution_domain and a domain context, then run evolve-assess to generate the assessment.json.

Frequently Asked Questions about evolve-assess

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

FAQPage Schema
How do I assess my project's current state and gaps against shifting goals?

To assess your project's current state and gaps, run an evolution assessment phase that isolates progress against goals. This produces a structured assessment.json file for decision making without creating plans or making changes.

What is a PMPO assessment snapshot for iterative project evolution?

A PMPO assessment snapshot is a quick evaluation of project progress for domains undergoing iterative evolution. It identifies current state and gaps against goals, generating a structured assessment output for rapid decision making.

How do I generate an assessment.json for a specific project domain?

To generate an assessment.json, provide an evolution_domain context and load a domain adapter from references/domain/<domain>.md. Running the assessment with these inputs produces the structured assessment file.

Do I need a domain adapter context to run a project evolution assessment?

Yes, a domain adapter context is required to run an evolution assessment. You must provide an evolution_domain and load the corresponding adapter from references/domain/<domain>.md to produce a valid assessment output.

Can I use this assessment phase to plan changes for my evolving project?

No, the assessment phase isolates the current state and identifies gaps without creating plans or making changes. It focuses solely on assessment to support rapid iteration and decision making before planning.

When should I run an evolution assessment instead of creating a project plan?

Run an evolution assessment when goals and domains may shift during iterative evolution and you need a snapshot of progress. It helps gauge current state against goals before committing to a planning phase.