Geono

6 mods across 1 repository, 4 stars between them.

claude-launchpad

02

Geono/claude-launchpad

Plugin Claude Code

End-to-end autonomous development pipeline. Goes from idea to implementation via structured specs, dependency-aware task planning, and parallel multi-agent execution.

4 5mo ago A tokens not measured original MIT

launchpad-plan

03

Geono/claude-launchpad

Skill Claude CodeCodex

Analyze a spec's task list and produce a parallelization-aware execution plan. Reads task sections, analyzes dependency chains and file mutation overlaps, determines parallel vs sequential execution, and assigns wave groups. Triggers on /lp:plan.

4 5mo ago A 50 tokens original MIT

launchpad-run

04

Geono/claude-launchpad

Skill Claude CodeCodex

Multi-session autonomous agent runner with progress checkpointing, failure recovery, and task dependency management. Uses a controller + sub-agent architecture: the main agent orchestrates state while sub-agents execute tasks in parallel via worktrees. Triggers on '/lp:run' command, or when a task involves many…

4 5mo ago C 95 tokens original MIT

launchpad-spec

05

Geono/claude-launchpad

Skill Claude CodeCodex

Spec-driven development framework with iterative refinement. Orchestrates feature development from intent to implementation via structured specs and task breakdown. Triggers on /lp:spec, /lp:refine, /lp:clarify, /lp:tasks, /lp:run-task.

4 5mo ago A 59 tokens original MIT

launchpad

06

Geono/claude-launchpad

Skill Claude CodeCodex

End-to-end development pipeline orchestrator. Guides through spec writing, task breakdown, parallelization planning, and multi-agent execution. Chains launchpad-spec, launchpad-plan, and launchpad-run in sequence. Triggers on /launchpad, build this feature, I want to build.

4 5mo ago A 60 tokens original MIT