Prompt file imported from DmitryEfimenko/qwik-stenciljs (
.github/prompts/continue-generator-plan.prompt.md). Copyright stays with the author.
Continue implementation of the Stencil-to-Qwik generator by following the handoff docs in plan.md and research.md.
Task selection rules:
- Read plan.md first.
- Read research.md second.
- Select the first item in
Execution OrderwhoseStateis notdone. - Treat that item as the only in-scope implementation task for this run unless the plan explicitly says it depends on an earlier unfinished item.
- If the user supplied extra instructions, apply them only if they do not conflict with the plan or research.
Execution requirements:
- Before editing, restate which plan item was selected and why it is the next executable item.
- Perform the implementation work for that item in the workspace.
- Reuse existing project patterns and keep changes minimal and focused.
- If the selected item reveals a contradiction or missing prerequisite in the plan or research, update the docs before continuing.
- When you complete the item, update plan.md:
- set that item's
Stateappropriately - add any durable lessons or pitfalls to the
Findingssection
- set that item's
- If the item cannot be completed, leave its state not done and document the blocker in
Findings.
Validation requirements:
- Satisfy the selected item's acceptance criteria.
- Run the verification steps listed for that item when feasible in the current environment.
- If a verification step cannot be run, say exactly why in the final response and record any important limitation in
Findings.
Response requirements:
- State which plan item was selected.
- Summarize the code and document changes made.
- Report verification performed and any remaining blockers or follow-ups.
Additional user request for this run:
{{$input}}