dev-protocols

Plan and document AI workflows with explicit execution gates.

1|Updated Dec 2, 2023
One-click install
npx skills add https://github.com/tinywasm/devflow --skill dev-protocols
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-protocols
Source: https://github.com/tinywasm/devflow/tree/main/skills/dev-protocols
Command: npx skills add https://github.com/tinywasm/devflow --skill dev-protocols

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides standardized development protocols to ensure consistent planning, documentation, and execution across AI projects, with language rules, strategic justification, and explicit safety gates.

Core Features & Use Cases

  • Language Protocol: Plans and documentation must be generated in English; conversations match the user's language (mirroring).
  • Strategic Justification: Always provide rationale for the chosen solution, present alternatives, and explain why the approach fits the context.
  • Explicit Execution: Do not modify code unless explicitly instructed to "execute the plan", "ok", or "ejecuta".
  • Claude Code Plan Mode: Mirroring plan content to docs/PLAN.md and preferring project-internal plan storage over system paths; ensures canonical execution traceability.
  • Use Case: Teams maintain consistent governance across planning, documentation, and deployment processes.

Quick Start

Apply the protocols to generate English-language plans and mirror them to docs/PLAN.md before execution.

Frequently Asked Questions about dev-protocols

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize AI planning and execution protocols for consistent project governance?

Standardize AI planning and execution protocols by enforcing explicit execution gates, strategic justification, and mirroring plans to docs/PLAN.md before any code changes occur.

How do I mirror Claude Code plan content to ensure execution traceability?

Mirror Claude Code plan content by storing generated plans in docs/PLAN.md within the project directory, ensuring canonical execution traceability over external system paths.

What is the best way to prevent AI from modifying code without explicit approval?

Prevent unapproved code modification by applying explicit execution gates that require commands like 'execute the plan' or 'ok' before any AI-driven code changes are authorized.

How do I enforce strategic justification in AI-generated development documentation?

Enforce strategic justification in AI documentation by requiring the workflow to present alternatives and explain why the chosen approach fits the project context.

Does this AI planning protocol require generating documentation in a specific language?

Yes, the AI planning protocol requires generating plans and documentation in English, while conversational interactions mirror the user's native language.

What are the limitations of relying on explicit execution gates for AI code changes?

Explicit execution gates restrict AI from autonomously modifying code, requiring manual validation steps that may slow down rapid prototyping workflows needing immediate execution.