Back to Skills

writing-plans-skill

Eibon7
Updated Today
47 views
0
View on GitHub
Metaaidesign

About

This skill generates detailed implementation plans for engineers with zero codebase context. It creates comprehensive task breakdowns with exact file paths, complete code examples, and verification steps. Use it when design is complete to provide bite-sized implementation tasks that assume minimal domain knowledge.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/Eibon7/roastr-ai
Git CloneAlternative
git clone https://github.com/Eibon7/roastr-ai.git ~/.claude/skills/writing-plans-skill

Copy and paste this command in Claude Code to install this skill

Documentation


name: writing-plans-skill description: Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge triggers:

  • "implementation plan"
  • "detailed tasks"
  • "zero context"
  • "complete plan"
  • "file paths" used_by:
  • orchestrator
  • task-assessor
  • back-end-dev
  • front-end-dev steps:
  • paso1: "Announce: Using writing-plans skill to create implementation plan"
  • paso2: "Create comprehensive plan with exact file paths, complete code examples, verification steps"
  • paso3: "Assume engineer has zero context and questionable taste"
  • paso4: "Provide bite-sized tasks (2-5 minutes each)"
  • paso5: "Start with header: Goal, Architecture, Tech Stack"
  • paso6: "For each task: Files, Steps (write test → run → implement → test → commit), Code examples"
  • paso7: "Reference skills with @ syntax when needed"
  • paso8: "Save to docs/plans/YYYY-MM-DD-<feature-name>.md"
  • paso9: "Offer execution choice: Subagent-driven or parallel session" output: |
  • Comprehensive plan saved to docs/plans/
  • Bite-sized tasks with exact paths
  • Complete code examples
  • Verification steps
  • Execution handoff granularity:
  • "Each step is 2-5 minutes"
  • "Write failing test → step"
  • "Run it → step"
  • "Implement minimal code → step"
  • "Run tests → step"
  • "Commit → step" plan_header:
  • "Goal: One sentence describing what this builds"
  • "Architecture: 2-3 sentences about approach"
  • "Tech Stack: Key technologies/libraries" task_structure:
  • "Task N: Component Name"
  • "Files: Create/Modify/Test with exact paths"
  • "Steps: With complete code examples"
  • "Commands: Exact commands with expected output" remember:
  • "Exact file paths always"
  • "Complete code in plan (not 'add validation')"
  • "Exact commands with expected output"
  • "Reference relevant skills with @ syntax"
  • "DRY, YAGNI, TDD, frequent commits" execution_handoff:
  • "After saving plan, offer execution choice"
  • "Option 1: Subagent-driven (this session) - fresh subagent per task"
  • "Option 2: Parallel session - new session with executing-plans skill" referencias:
  • "Fuente: superpowers-skills/writing-plans"
  • "Complementa: executing-plans-skill"
  • "Roastr: Útil para features complejas (AC ≥5)"

GitHub Repository

Eibon7/roastr-ai
Path: .claude/skills/writing-plans-skill.md

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

creating-opencode-plugins

Meta

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

View skill