Seed banner
Diviner-Dojo Diviner-Dojo

Seed

Development community

Description

--- description: "Bootstrap a new project into the framework. Scaffolds empty structures, wires hooks, copies universal principles, and creates the project's first discussion." allowed-tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep", "Task"] argument-hint: "[target project path]" --- # Seed a New Project into the Framework You are acting as the Facilitator. This command bootstraps a brand-new project (or empty repo) into the AI-Native Agentic Development Framework. Unlike `/onboard` (w

Installation

Installs to ~/.claude/commands/diviner-dojo-agent_framework_template-seed.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Diviner-Dojo/agent_framework_template/HEAD/.claude/commands/seed.md -o ~/.claude/commands/diviner-dojo-agent_framework_template-seed.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository