staged-gate-evaluation
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/staged-gate-evaluationEvaluates candidates through staged gates with evidence-based decisions
- Applies stage-gate methodology to assess feasibility at decision points
- Uses gate-criteria-definition, gate-judgment, and feasibility-synthesis SOPs
- Renders go/kill/recycle decisions based on measurable criteria and evidence
- Delivers structured verdicts with synthesis of all gate evaluations
SKILL.md
.github/skills/staged-gate-evaluationView on GitHub ↗
--- name: staged-gate-evaluation description: Define gate criteria for each stage, evaluate candidates at each gate, and render go/kill/recycle decisions with evidence. execution: tactic used-by: feasibility-assessment --- # Staged Gate Evaluation Apply Stage-Gate methodology to evaluate a candidate at defined decision points. Each gate has explicit criteria, and the candidate receives a GO (proceed), KILL (terminate), or RECYCLE (rework and re-evaluate) verdict based on evidence. ## Stages 1. **Gate Criteria Definition** — Define what must be true for a candidate to pass each gate. Deploy `gate-criteria-definition` SOP for each stage gate. 2. **Gate Judgment** — Evaluate the candidate against gate criteria and render a verdict. Deploy `gate-judgment` SOP at each gate. 3. **Feasibility Synthesis** — Combine all gate verdicts and assessments into a final feasibility determination. Deploy `feasibility-synthesis` SOP. ## Available SOPs | SOP | Stage | Purpose | |-----|-------|---------| | gate-criteria-definition | 1 | Define criteria and pass thresholds | | gate-judgment | 2 | Evaluate and render verdict | | feasibility-synthesis | 3 | Synthesize into final recommendation | ## Execution Guidance - Stage 1 should define >= 3 gates (e.g., concept feasibility, technical feasibility, implementation readiness) - Gate criteria should be specific, measurable, and evidence-based - Stage 2 evaluates sequentially — a KILL verdict at any gate terminates the evaluation - A RECYCLE verdict means the candidate returns to a prior stage with specific rework requirements - Stage 3 runs only after all gates have been evaluated (or a KILL is issued) - Document the evidence basis for every verdict ## Minimum Yield - Gate verdicts (GO/KILL/RECYCLE) for each defined gate - Evidence supporting each verdict - Conditions for advancement (what would change a KILL to GO) - Final feasibility synthesis with recommendation
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.