anthropics / anthropics/claude-plugins-official

writing-plans: ask for execution mode *before* writing the plan, not after

Abierto
#4,199 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
36.3k
Forks
4.1k
Merge medio
2 d 14 h
PR fusionados (30 d)
539

Descripción

The `writing-plans` skill currently writes the full plan first, then offers the execution mode choice at the end:

> "Plan complete. Two execution options: 1. Subagent-Driven (recommended) 2. Inline Execution"

This is backwards. The two modes require fundamentally different plan formats:

- **Agentic**: Each subagent starts with zero context, so the plan must be self-contained — full code blocks, exact commands, expected outputs, repeated context across tasks.
- **Inline**: Claude retains full session context from brainstorming, so a lightweight task checklist (task list + file list) is sufficient. Writing a full agentic-style plan for inline execution wastes significant tokens and produces a document nobody reads.

**Proposed fix:** Ask "Inline or agentic?" as the *first* step of `writing-plans`, before writing anything. Then write the appropriate format.

Same issue exists in `brainstorming/SKILL.md` step 9, which unconditionally transitions to `writing-plans` without capturing execution intent — that intent could be passed as context to avoid the question being asked twice.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Read the writing-plans skill and brainstorming/SKILL.md, especially the transition described in step 9. Trace how execution intent is currently requested and ensure the choice comes before plan generation, is passed between skills, and produces the appropriate plan format without asking twice.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
markdown
Área
documentation
Tipo de issue
Nueva funcionalidad
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Tranquilo
Claridad
Bastante claro
Aptitud para principiantes
58/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.