concise-planning
Installation
SKILL.md
Concise Planning for Open Finance Service
Goal
Turn architectural designs and requirements into a single, actionable plan with atomic steps that strictly follow the Hexagonal Architecture and Kotlin/Spring Boot patterns.
Workflow
1. Scan Context
- Read existing models in
domain/model. - Check
application/portandapplication/servicefor similar logic. - Verify
adapterpatterns (REST, Persistence, Messaging).
2. Minimal Interaction
- Ask at most 1–2 questions and only if truly blocking.
- Assume standard project patterns for mapping and builders if not specified.