Loading...
Loading...
Guides LLM agents through large-scale coding tasks using a spec-driven, phase-by-phase methodology covering requirement definition, planning, algorithm design, and implementation with OOP principles and language-specific coding standards. Use when starting a new software project, implementing a complex feature, refactoring existing code, or when you need a disciplined step-by-step approach to any non-trivial coding task.
npx skill4agent add hunter-leo/llm-agent-oop-coding-skill spec-coding-skill.dev/[NNN]-[req-name]/Phase 01 — Initialization (required)
↓
Phase 02 — Prerequisite Tasks (optional, LLM judges)
Phase 03 — Algorithm Design (optional, LLM judges)
↓
Phase 04 — Implementation Plan (required)
↓
Phase 05 — Task Planning (required)
↓
Phase 06 — Execution (required)| Phase | Output | Reference |
|---|---|---|
| 01 Initialization | | 01-initialization.md |
| 02 Prerequisite Tasks | | 02-prerequisite-tasks.md |
| 03 Algorithm Design | | 03-algorithm-design.md |
| 04 Implementation Plan | | 04-implementation-plan.md |
| 05 Task Planning | | 05-task-planning.md |
| 06 Execution | | 06-start-and-resume.md |
| Topic | Reference |
|---|---|
| OOP & SOLID Principles | 07-oop-principles.md |
| Coding Standards (all languages) | 08-coding-standards.md |
livepre-launch