AgentSkillsCN

moransa-reality-execution

在从事Moransa/Bufala项目时,从原型开发迈向生产就绪阶段。适用于后端、Android、Docker以及文档编写等任务——这些任务需要优先级排序、稳定性提升、安全加固,以及可衡量的每周交付目标。

SKILL.md
--- frontmatter
name: moransa-reality-execution
description: Use when working on Moransa/Bufala to move from prototype to production readiness. Applies to backend, Android, Docker, and docs tasks that require prioritization, stabilization, security hardening, and measurable weekly delivery.

Moransa Reality Execution

Overview

Use this skill to convert vision into weekly delivery with clear priorities, risk control, and production gates.

Workflow

  1. Baseline
  • Run scripts/reality-check.sh.
  • Record blockers in three buckets: P0-Broken, P1-Unstable, P2-Polish.
  1. Execute P0 first
  • Fix one critical blocker at a time (security, startup failure, broken imports/routes, invalid Docker).
  • After each fix: run the narrowest relevant check and capture evidence.
  1. Lock release gates
  • Use references/release-gates.md.
  • Do not claim “ready” if any P0 gate fails.
  1. Keep scope realistic
  • Prefer small merges that reduce risk immediately.
  • Defer non-critical feature expansion until core reliability is stable.

Default Output Format

When asked for project status, respond with:

  • Current Stage: Prototype / Stabilizing / Beta / Production candidate.
  • P0 Now: top 3 blockers.
  • Done This Cycle: concrete changes with file paths.
  • Next 7 Days: numbered execution list.

Resources

  • scripts/reality-check.sh: quick diagnostics for structure, secrets, missing files, and test baseline.
  • references/release-gates.md: minimum gates to consider the project serious.