ai-kickoff

Installation
SKILL.md

Start a New AI Feature

Create a project structure for building an AI-powered feature with DSPy:

$ARGUMENTS/
├── main.py          # Entry point — run your AI feature
├── program.py       # AI logic (DSPy module)
├── metrics.py       # How to measure if the AI is working
├── optimize.py      # Make the AI better automatically
├── evaluate.py      # Test the AI's quality
├── data.py          # Training/test data loading
└── requirements.txt # Dependencies

When NOT to scaffold

  • Already have a DSPy codebase — add your feature to the existing project. This skill creates a new project from scratch.
  • Exploring or prototyping — if you just want to test an idea, write a single script. Scaffolding adds structure you do not need yet.
Related skills

More from lebsral/dspy-programming-not-prompting-lms-skills

Installs
19
GitHub Stars
5
First Seen
Feb 8, 2026