Prompt Library
Prompt Library
Reusable prompts for practical AI-assisted development. Keep prompts scoped, require validation, and update source-of-truth documentation when work changes project state.
Prompt Library
Reusable prompts for practical AI-assisted development. Keep prompts scoped, require validation, and update source-of-truth documentation when work changes project state.
Category
Review the repository first. Implement the requested feature with the smallest practical change set. Reuse existing components, layout, and validation patterns. Preserve existing behavior unless the requirement explicitly changes it. Update relevant README, status, roadmap, changelog, or decision docs. Run targeted validation and report changed files, validation output, and any remaining risks.
Finish the current project task and run the Personal Project Wiki finish-work workflow. Validate the selected project first. Commit only the intended project files, excluding unrelated dirty files. Generate the wiki status snapshot, AI Workspace state, Project Status, and workflow history. Run wiki QA. Commit and push the project repo and wiki repo when validation passes. Report project commit, wiki commit, pushed remotes, validation results, and the Cloudflare Pages URL.
Generate a status snapshot for all registered projects using the wiki workflow scripts. Do not commit or push project repositories. Update only the wiki status artifacts needed for the command center, then run wiki link validation. Report active project, branch, dirty state, ahead/behind state, last commit, validation command, and any unrelated dirty files discovered.
Category
Inspect the provided bug report or debug package before guessing. List the concrete evidence you found, the exact failing behavior, and the most likely cause. Identify the smallest fix that addresses the symptom. If code changes are needed, implement them conservatively, add or update focused validation, and report the evidence that proves the issue is fixed.
Review the failed validation output and any workflow run log before changing code. Identify the exact command that failed, the failing files or tests, and whether any unrelated dirty files are present. Fix only the validation blocker, rerun the same validation command, and do not commit or push until the validation passes. Report the failure cause, fix, rerun result, and any remaining manual review items.
Category
Refactor the target area without changing user-visible behavior. Read the surrounding code first and follow existing naming, layout, and helper patterns. Keep the diff focused. Do not introduce new frameworks or broad abstractions unless they remove real duplication. Run validation that proves behavior is preserved, and call out anything intentionally left unchanged.
Category
Improve the UI consistency of the requested surface without changing its functional scope. Reuse existing CSS variables, components, and layout classes. Keep the design dark, clean, professional, and developer-portal oriented. Verify desktop and tablet responsiveness, keyboard navigation, focus states, text fit, and link destinations. Report the validation results.
Category
Review the current static-site architecture before proposing changes. Preserve plain HTML, CSS, and vanilla JavaScript unless there is a strong reason to do otherwise. Identify reusable components, expected file locations, link and navigation impacts, accessibility concerns, and validation steps. Document any durable architecture decision in the decision log.
Category
Update the relevant project documentation to match the completed change. Keep Markdown source files and rendered HTML pages consistent where both exist. Preserve HTML-first user navigation, and keep raw Markdown links only when clearly labeled as source links. Update status, roadmap, changelog, and decisions when appropriate. Run link validation and summarize the changes.
Category
Create the smallest useful test or harness for the behavior under review. Prefer existing test structure and validation scripts. Make the test deterministic, focused, and easy to run locally. Include the exact command, expected output, and any limitations. Run the new check and report results.