원클릭으로
kmp-baseline-prompt-blueprint
Blueprint outlining the initial prompt steps for setting up the management and tracking files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Blueprint outlining the initial prompt steps for setting up the management and tracking files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A visual test-driven development loop for Compose apps using Compose HotSwan for Android device testing. Navigates the live app, edits code, hot-reloads, and produces a markdown report that EMBEDS before/after screenshots so the change is shown, not just claimed.
Bootstraps a new KMP project by cloning a specified GitHub template repository into a new directory, seeding it with core AI skills, stripping its git history, and initializing a fresh workspace.
A summary of all names and descriptions of skills in the dyor/skills repository, used to guide importing relevant skills.
Guides the implementation of Firebase in a KMP project using native platform SDKs (Android/iOS) via Interface Injection, avoiding third-party KMP wrappers.
Scaffolds a complete 6-part Planning Skill (Prompt, Agent, Guide, Calculator, Validation, Hints) inside the remote `.skills/planning-skills/` directory for authoring a new chunk of orchestrated work.
Consumer-side. Imports a remote skill (single or collection) into the local `.skills/imported-skills` folder using a Python script. Can also refresh all skills using version-first, SHA-fallback drift detection. Pairs with the author-side skill `update-importable-skill`. Full lifecycle doc is bundled at `./references/IMPORTING-SKILLS-DOCUMENTATION.md`.
| name | kmp-baseline-prompt-blueprint |
| description | Blueprint outlining the initial prompt steps for setting up the management and tracking files. |
I want you to initialize this new KMP project by executing the blueprint skills defined in the .skills/tasks/kmp-baseline/ directory to generate their corresponding codebase-specific files in the project's .skills/tasks/kmp-baseline/ directory.
Please follow these exact steps sequentially. Do not start executing the actual development tasks yet; your goal is purely to generate the management and tracking files.
Read the Blueprint Skills:
Read the following directories located in the .skills/tasks/kmp-baseline/ folder (or adjacent to this prompt) to understand the templates available.
CRITICAL RULE: For any skill instantiated in the project's .skills/tasks/kmp-baseline/ directory, if its corresponding blueprint directory contains an examples/ folder (e.g., ../[blueprint-name]/examples/), you MUST copy that entire examples/ folder into the newly created local skill directory (e.g., .skills/tasks/kmp-baseline/[local-skill-name]/examples/).
Generate the kmp-baseline-hints-task:
Execute the instructions in ../kmp-baseline-hints-blueprint/SKILL.md to create the codebase-specific .skills/tasks/kmp-baseline/kmp-baseline-hints-task/SKILL.md file, which will act as the baseline for architecture rules and library versions. Don't forget to copy the examples/ folder if it exists.
Generate the kmp-baseline-guide-task:
Execute the instructions in ../kmp-baseline-guide-blueprint/SKILL.md to create the .skills/tasks/kmp-baseline/kmp-baseline-guide-task/SKILL.md file.
Here are the core details for the project you should use to populate the guide:
**User Action**, **Agent Action**, and **Validation** prefixes for all tasks.
Validation before moving on to step 4, ask the user verify the contents of kmp-baseline-guide-task and to say 'Proceed' when the review is complete.Generate the kmp-baseline-validation-task:
Once kmp-baseline-guide-task is created, use the instructions in ../kmp-baseline-validation-blueprint/SKILL.md to generate a .skills/tasks/kmp-baseline/kmp-baseline-validation-task/SKILL.md file. Tailor the multi-layered testing plan specifically to the phases and features you just outlined in the kmp-baseline-guide-task. Ask user for any information needed to create a robust validation plan.
Generate the kmp-baseline-calculator-task:
Next, use the instructions in ../kmp-baseline-calculator-blueprint/SKILL.md to parse the newly created kmp-baseline-guide-task and generate the initial .skills/tasks/kmp-baseline/kmp-baseline-calculator-task/SKILL.md file to give us our starting baseline progress report. As we work through the kmp-baseline-guide-task, we will periodically run the kmp-baseline-calculator-task to estimate how much of the work we have completed.
Generate the AGENTS.md:
Finally, use the instructions in ../kmp-baseline-agent-blueprint/SKILL.md to create or update an AGENTS.md file in the root directory that has agent instructions that prevent the agent from making mistakes. As we work with this project, we will continue to add more instructions to AGENTS.md to keep the agent working smoothly with this project.
Once you have created all the files in .skills/tasks/kmp-baseline, delete the blueprint folders (directories ending in -blueprint) from that directory, let me know, and we will begin executing Phase 1 from the kmp-baseline-guide-task.
When we begin executing kmp-baseline-guide-task, you must strictly adhere to the following rules:
**Validation** task in the guide unless you have physically run the execute-and-report-journey skill, captured the screenshots, and verified the generated report.md exists on disk. Never simulate or assume a validation step.