project-development
Installation
SKILL.md
Project Development Methodology
Principles for identifying tasks suited to LLM processing, designing effective architectures, and iterating rapidly using agent-assisted development.
Task-Model Fit Recognition
LLM-Suited Tasks
| Characteristic | Why It Fits |
|---|---|
| Synthesis across sources | LLMs excel at combining information |
| Subjective judgment with rubrics | Grading, evaluation, classification |
| Natural language output | Human-readable text goals |
| Error tolerance | Individual failures don't break system |
| Batch processing | No conversational state needed |
| Domain knowledge in training | Model has relevant context |