plan

Coordinate convention-aware Ruby code generation across multi-file scaffolds.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/b08x/syncopated-context --skill plan-b08x
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/b08x/syncopated-context/tree/main/plugins/rubysmithing/skills/plan
Command: npx skills add https://github.com/b08x/syncopated-context --skill plan-b08x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

Plan coordinates convention-aware Ruby code generation by delegating tasks to specialized sub-agents, ensuring generated artifacts align with project conventions.

Core Features & Use Cases

  • Delegated scaffolding: coordinate new project structure, gem wiring, and config glue using sub-agents.
  • Convention-aware generation: apply RuboCop/StandardRB/Rubysmith defaults to multi-file outputs.
  • End-to-end project planning: from skeleton to boot layer code, data pipelines, and test scaffolds for Ruby apps.
  • Use Case: when starting a new Ruby project, Plan will scaffold a complete repository with modules, classes, and configuration wired to the detected conventions.

Quick Start

Scaffolding a new Ruby project named MyApp with the detected StandardRB conventions.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I scaffold a new Ruby project with multi-file generation that follows existing conventions?▼

Ruby project scaffolding can be coordinated by delegating generation tasks to specialized sub-agents that detect and apply RuboCop or StandardRB conventions across multi-file project structures.

Can I generate complete Ruby files without stubs or placeholder code?▼

Yes, Standard Mode produces complete Ruby files without stubs, ensuring full implementations for modules, classes, and configuration wiring while applying detected project conventions.

How does convention-aware Ruby code generation handle different project configurations?▼

Convention-aware generation detects existing project defaults like StandardRB or RuboCop settings, then applies those rules consistently across all generated multi-file scaffolds and gem wiring.

What is the difference between Lite and Standard modes for Ruby code generation?▼

Standard Mode produces complete files without stubs for full project bootstrapping, while Lite Mode handles lighter scaffolding tasks with delegated sub-agent coordination.

Do I need jq installed to use this Ruby scaffolding tool?▼

Yes, jq is a required dependency for this Ruby code generation hub to function properly when coordinating convention-aware multi-file scaffolding tasks.

What's the best way to bootstrap a Ruby app from skeleton to boot layer code?▼

Delegated scaffolding coordinates end-to-end project planning, building everything from the repository skeleton and gem wiring to boot layer code, data pipelines, and test scaffolds.