Skip to main content

writing-plans

Plan implementation from settled decisions, including handoffs and multi-session work.

Ir a la instalación

Datos de origen

Repositorio
Rycen7822/Frontier-Agent-skills
Última actividad en el origen
8 de septiembre de 2026 a las 12:44
Idioma detectado de SKILL.md
inglés
Estrellas
1
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
3 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
writing-plans
description
Plan implementation from settled decisions, including handoffs and multi-session work.
metadata
{"version":"9.0.0"}
# Writing Plans Turn settled decisions into an executable order of work. Inspect the relevant source and existing checks so the plan names real owners, behavior and dependencies. Resolve consequential design or diagnosis gaps first; a plan should not hide them inside implementation steps. For work that fits the current context, write a short ordered plan. State what changes, where it belongs, what must remain true and how completion will be checked. Include exact commands or edits when they are known and useful; identify unknowns instead of inventing runnable details. Share a check across coherent changes when it can establish the same result once. Scale detail to the handoff risk. A straightforward edit needs no identity protocol, milestone template or new planning artifact. When another context must resume the work, use [durable handoffs](references/handoff.md) to preserve the decisions and next action that would otherwise be lost. Keep the plan current as authorized work reveals new facts. Respect an explicitly frozen specification or protected owner boundary; an ordinary implementation plan does not become immutable merely because it is written down. For a planning-only request, deliver the plan. When the user asks to plan and execute, continue implementation and verification after planning. Reuse existing authorization; completing a plan does not create another approval gate.
Ver en GitHub