Initialize a new project with the SnarkTank-based Agent Framework.
This skill helps you set up a robust, agentic development environment based on the SnarkTank framework by copying the necessary .agent directory structure to your current project.
Initialize Project: Run the following PowerShell command to copy the framework files from this skill's resources directory to your current location:
Copy-Item -Recurse -Force "c:\Users\rgonz\Documents - local\Apps\skills\agent_framework_init\resources\.agent" .
Verify Installation:
.agent/AGENT_HANDOFF.md exists..agent/STATUS.md exists.Customize:
.agent/constitution/data-dictionary.md to match your database schema..agent/constitution/README.md to update project-specific details.Start coding: follow the instructions in .agent/AGENT_HANDOFF.md.
AGENT_HANDOFF.md: The "Operating System" bootloader for agents.STATUS.md: The single source of truth for project status.create-prd.md: Creating vivid Product Requirements Documents.generate-tasks.md: Breaking PRDs into atomic tasks.README.md: Core rules.lean_philosophy.md: Development approach.error-handling.md: Robust error patterns.This framework is heavily inspired by and based on the SnarkTank AI Dev Tasks repository. Big thanks to the SnarkTank team for pioneering these agentic workflows!