Prompt file imported from brianchristopherbrady/blipmap (
.github/prompts/new-feature.prompt.md). Copyright stays with the author.
Build the requested blipmap feature using the full engineering workflow:
- Classify the task complexity. If trivial, implement directly. If complex, continue.
- Investigate — spawn parallel Explore subagents for independent domain questions (data model, GIS patterns, affected components).
- Plan — delegate to the
planneragent with investigation findings. Planner produces a sequenced implementation plan. - Implement — delegate to
feature-builder(full-stack),component-author(Lit only), orgis-analyst(spatial only) as appropriate. - Review — delegate to the
revieweragent. If it finds errors, return to implementation for repair. - Verify — delegate to the
qaagent: type-check, tests, build, browser smoke. Fix any failures. - Done — confirm all acceptance criteria are met. A feature with failing tests or a broken build is not done.