spec-plan
Spec Plan — Implementation Planning for Hexagonal Core
Creates structured, ephemeral plan files inside todo/ that track the gap between
current code and the desired spec state. Plans are living documents — updated during
implementation, then deleted when work is complete.
Important: Plans are ephemeral. Nothing in a plan file should be the only place
important decisions are recorded. Decisions belong in specs/. Plans only track
the path to get there.
Folder structure
todo/
├── plan.md ← project-level index + cross-cutting refactors
├── entities/
│ ├── plan.md ← multi-entity work
More from efesto-cloud/skills
persistence
>
19population
>
18value-object
|
18type-enum-dict
|
18usecase
>
17entity
Create or modify domain entities using the @efesto-cloud/entity package. Use this skill whenever the user asks to add a new entity, update an existing entity, add properties or methods to an entity, or work on the entity/dto layer. Trigger when the user says things like "create a Foo entity", "add a field to Bar", "I need a new domain object", or "add entity X". Also trigger for DTO creation or modification.
17