From aeon-loop
Initialize persistent planning structure for a task. Creates .planning/[task-slug]/ with task_plan.md and notes.md. Use when you want to plan without autonomous execution.
npx claudepluginhub theglitchking/aeon-loop --plugin aeon-loopThis skill uses the workspace's default tool permissions.
Initialize the persistent planning structure for a task without starting autonomous execution.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Initialize the persistent planning structure for a task without starting autonomous execution.
/start-planning "Your task name here"
/start-planning "Refactor authentication system"
/start-planning "Build REST API with JWT"
/start-planning "Fix memory leak in worker process"
When the user runs /start-planning "Task Name":
bash "${CLAUDE_PROJECT_DIR:-$(pwd)}/plugins/aeon-loop/scripts/init-planning.sh" "Task Name"
.planning/[task-slug]/task_plan.md to define phases.planning/[task-slug]/notes.md/loop.planning/
└── [task-slug]/
├── task_plan.md # Track phases and progress
└── notes.md # Store research and findings
Task names are converted to URL-friendly slugs:
refactor-authenticationbuild-rest-apifix-bug-123| Command | Purpose |
|---|---|
/start-planning | Create planning structure only (manual work) |
/loop | Create planning + start autonomous execution |
Use /start-planning when you want to:
Use /loop when you want: