Skip to content

dimkah/loopit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loopit

Loopit is a tiny convenience layer on top of Superpowers for Codex and Claude Code. It adds two slash commands for executing implementation plans without retyping the workflow every time.

Unofficial project: Loopit is not affiliated with Superpowers, OpenAI, or Anthropic. It is just a thin wrapper around existing Superpowers workflows.

Requirements

/loopit

Use when you want controlled, chunk-by-chunk execution.

Use it instead of "implement this" when you want the agent to pause after each meaningful step, show what changed, and let you steer before it continues.

approved plan
  -> implement next chunk
  -> verify
  -> short report
  -> wait for "ok"
  -> repeat until done
  -> final verification

/loopitauto

Use when the plan is clear and you want to hand execution over to the agent.

Use it when the plan is ready and you do not want to sit next to the agent, but still want it to follow a proper engineering workflow.

approved plan
  -> Superpowers subagent-driven development
  -> per-task review/fix loop
  -> final review
  -> final verification
  -> branch finish / PR workflow

Examples

/loopit docs/superpowers/plans/my-feature.md runs that plan chunk by chunk and waits for approval after each chunk.

/loopitauto docs/superpowers/plans/my-feature.md hands that plan to the autonomous Superpowers execution flow.

/loopit uses the approved plan already present in the conversation and runs it with human checkpoints.

/loopitauto uses the approved plan already present in the conversation and runs it autonomously.

Install

Clone the repo, then run the helper for your environment:

# Codex
scripts/install-codex.sh

# Claude Code
scripts/install-claude.sh

The helpers symlink skills/loopit and skills/loopitauto into your agent's skills directory. Restart the agent after installing.

If Superpowers is missing, the skills stop before implementation and guide setup for the current environment.

Uninstall

Remove the symlinks and restart the agent:

rm -f ~/.codex/skills/loopit ~/.codex/skills/loopitauto
rm -f ~/.claude/skills/loopit ~/.claude/skills/loopitauto

Contributing

Keep Loopit a thin wrapper over Superpowers. Prefer small improvements that clarify routing, installation, or safety without copying Superpowers workflows into this repo.

License

MIT

About

Slash-command shortcuts for running Superpowers implementation workflows in Codex and Claude Code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages