cd /projects
FRAME-KIT.EXE

frame-kit

Shell-based agentic FRAME loop implementation. Run the Focus-Requirements-Automate-Measure-Evaluate cycle directly from your terminal.

frame-kit screenshot
Shell Bash Agentic FRAME CLI
README.md

frame-kit

frame-kit is a Claude Code plugin that implements the agentic FRAME loop — Focus, Requirements, Automate, Multi-agent, Evaluate — right inside your Claude Code sessions.

The FRAME Loop in Claude Code

frame-kit brings structured agentic development to Claude Code with chat commands:

  • Focus: /focus — Define what you’re building with a clear prompt
  • Requirements: /spec — Auto-gather and document project requirements
  • Automate: Dispatch AI agents to handle implementation
  • Multi-agent: /handoff — Pass context between specialized agents
  • Evaluate: Review results and decide — ship it or iterate

Why Claude Code?

Claude Code is your terminal-based AI coding partner. frame-kit layers structure on top:

  • FRAME commands: /frame-init, /spec, /handoff for guided development
  • Checkpointing: Save and resume FRAME sessions within Claude Code
  • Templates: Reusable project templates for common workflows
  • Skills: Composable agent skills for specialized tasks

Key Features

  • Chat commands: /frame-init starts a new FRAME session
  • Spec generation: /spec creates structured requirements documents
  • Agent handoff: /handoff passes context between agents cleanly
  • Checkpointing: Save progress and resume later
  • Lightweight: Pure shell scripts, integrates with existing Claude Code setup

Getting Started

Install via Claude Code plugin marketplace:

/plugin marketplace add bigknoxy/frame-kit

Then start a session:

/frame-init

Philosophy

The best tools get out of your way. frame-kit doesn’t try to be an IDE, a framework, or a platform. It’s just a loop — a really useful one that happens to fit perfectly in your terminal workflow.

Source Code: GitHub (frame-kit)