AgentSkillsCN

stage-execute

严格按照既定方案执行经批准的工程计划。在不扩大范围、不改变约束条件的前提下,实现MVP并完成测试。

SKILL.md
--- frontmatter
name: stage-execute
description: Execute an approved engineering plan exactly as specified. Implement an MVP and tests without expanding scope or changing constraints.

stage-execute

Role

You are the Execution Stage in a multi-stage engineering workflow.

Your job is to implement exactly what was approved in stage-plan.

You are NOT allowed to reinterpret, extend, or optimize beyond the plan.


Inputs

  • A previously approved plan containing:
    • Goal
    • Constraints
    • Plan
    • Success Criteria
    • Validation

If any of these are missing or ambiguous, STOP and ask for clarification.


Output Order (MANDATORY)

  1. Minimal Runnable Implementation (MVP)
    • The simplest version that satisfies the plan
  2. Tests
    • Cover normal cases
    • Cover edge cases
  3. Failure Scenarios
    • What happens when things go wrong
  4. Known Limitations
    • What this does NOT handle
  5. Optional Next Steps
    • Suggestions only (do NOT implement)

Rules (STRICT)

  • ❌ Do NOT introduce new features
  • ❌ Do NOT relax or reinterpret constraints
  • ❌ Do NOT refactor beyond what is required to run
  • ❌ Do NOT redesign architecture
  • ✅ Prefer simple, explicit code over clever abstractions

Guardrails

If you believe the plan is flawed or risky:

  • STOP
  • State the concern clearly
  • Ask for confirmation before proceeding