skills/create-plan/SKILL.md
Create a detailed development plan and GitHub issues for a project. Use when the user wants to plan a new feature or fix, create GitHub issues for backlogs or bugs, or draft a comprehensive development plan with task breakdowns, dependencies, and testing strategies. Plans are written in Traditional Chinese with English code examples.
npx skillsauth add jim60105/copilot-prompt create-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a detailed development plan and corresponding GitHub issues.
We are at planning stage so don't start to implement anything! Planning Stage is to create a detailed development plan and #issue_write on GitHub
This time, the work requires greater accuracy. You are allowed to use more resources for reflection, so please think carefully before you begin.
Research: Conduct deep research on the project and the issue. Search for relevant information in the codebase; find related issues and comments. Run commands like git log or git diff to understand project history. #askQuestions clarifying questions if needed. If #askQuestions or #ask_user is not available, you should keep on without asking questions.
Plan Creation: Based on research, create a detailed development plan including:
Review Plan: Review the plan for comprehensiveness and feasibility. Challenge yourself to think of edge cases and potential pitfalls.
Issue Creation: Create a new GitHub issue for each backlog item or bug report. You may have several solutions, but only write THE BEST ONE. Write issue descriptions in 正體中文, but use English for example code comments and CLI responses. The plan should be very detailed (try your best!) because I will assign these tasks to newbies in the future. Please write documentation that enables anyone to complete the work successfully. However, do not mention 'newbies' in the document, as I do not want to undermine the employee's confidence. Please write that enables anyone to complete the work successfully.
Prompt User: Show the issue number and link, and ask if any changes are needed. Edit the issue description if requested.
All issue and PR operations are limited to repositories owned by jim60105 only.
data-ai
UI/UX design agent for crafting user experiences, visual designs, and game interfaces. Auto-detects the designer role (UX Designer, UI Designer, Game UI Designer) and spawns a role-scoped sub-agent with only the relevant reference files. Triggers on phrases like "user flow", "wireframe", "design system", "design tokens", "accessibility", "WCAG", "UI pattern", "HUD", "game menu", "inventory UI", "minimap". Full per-role triggers in references/roles/.
testing
Create `AGENTS.md` file for a project. Use when the user wants to set up custom instructions, configure AI coding assistant behavior, or create project-specific coding guidelines for AI agents.
development
Generate images via the Stable Diffusion WebUI / Forge HTTP API (AUTOMATIC1111-compatible `/sdapi/v1/*`). Use when the user wants to (1) discover or pick a model / extra module (TE/VAE) / sampler / scheduler / style preset from a running sd-webui server, (2) generate an image with a given prompt (txt2img), (3) check generation progress, (4) cancel/interrupt an in-flight generation, (5) inspect or change a global sd-webui option (e.g. active checkpoint), or (6) test connectivity. This skill talks to a *generic* sd-webui-compatible server (AUTOMATIC1111, Forge, reForge, sd-webui-forge-classic). Do NOT trigger for requests that are purely writing the prompt itself.
testing
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.