implement
Installation
SKILL.md
Implement
Implement exactly one work item per session, test-first and verified end to end. A work item is a ticket, a spec small enough for one session, or an agreed conversation scope.
Pipeline position: wayfinder (decide) → to-spec (write the spec) → to-tickets (break it into tickets) → implement (build one ticket per session, review and verify inside).
Laravel guardrails
- Never run
migrate:fresh,migrate:rollback, or another destructive database operation without explicit approval. Put schema changes in new migrations; sequence live-table changes expand–contract. - Verify identifiers before using them — route names, config keys, enum values, icon names, and package APIs. A manifest entry alone does not prove registration or use.
Process
1. Scope and claim the work
Classify the input and make its acceptance criteria explicit: