name: Agent Framework Init description: Initialize a new project with the SnarkTank-based Agent Framework.
Agent Framework Initialization
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.
๐ How to Use
Initialize Project: Run the following PowerShell command to copy the framework files from this skill's
resourcesdirectory to your current location:Copy-Item -Recurse -Force "c:\Users\rgonz\Documents - local\Apps\skills\agent_framework_init\resources\.agent" .Verify Installation:
- Check that
.agent/AGENT_HANDOFF.mdexists. - Check that
.agent/STATUS.mdexists.
- Check that
Customize:
- Edit
.agent/constitution/data-dictionary.mdto match your database schema. - Edit
.agent/constitution/README.mdto update project-specific details.
- Edit
Start coding: follow the instructions in
.agent/AGENT_HANDOFF.md.
๐ What's Included
AGENT_HANDOFF.md: The "Operating System" bootloader for agents.STATUS.md: The single source of truth for project status.- Workflows:
create-prd.md: Creating vivid Product Requirements Documents.generate-tasks.md: Breaking PRDs into atomic tasks.
- Constitution:
README.md: Core rules.lean_philosophy.md: Development approach.error-handling.md: Robust error patterns.
๐ Shoutouts
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!