一键导入
kmp-baseline-calculator-blueprint
Blueprint for estimating and reporting how much of the project described in the kmp-baseline-guide-local has been completed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Blueprint for estimating and reporting how much of the project described in the kmp-baseline-guide-local has been completed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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-calculator-blueprint |
| description | Blueprint for estimating and reporting how much of the project described in the kmp-baseline-guide-local has been completed. |
[!WARNING] This is an immutable blueprint template that is used to build the active plans. Do not execute or edit this file directly while writing code for this codebase - only for building the active plans. For active execution, use .skills/planning-skills/
kmp-baseline-calculator-local/SKILL.md.kmp-baseline-guide-local/SKILL.md and create a kmp-baseline-calculator-local/SKILL.md where the kmp-baseline-calculator-local is used to estimate how much of the work covered by the kmp-baseline-guide-local has been completed.This document provides predefined instructions for an AI assistant to estimate and report how much of the project described in the .skills/planning-skills/kmp-baseline-local/kmp-baseline-guide-local/SKILL.md file has been completed.
To materialize this skill in a new project, copy or generate the contents of this blueprint into a new file located at .skills/planning-skills/kmp-baseline-local/kmp-baseline-calculator-local/SKILL.md within the user's project codebase. Then, prompt the AI to calculate the project progress in accordance with it.
When the trigger prompt is received, please perform the following steps:
kmp-baseline-guide-local FileLocate the .skills/planning-skills/kmp-baseline-local/kmp-baseline-guide-local/SKILL.md file. Read its contents to understand the project phases, steps, and associated tasks.
Scan through all the actionable checkboxes (e.g. - [ ] for incomplete, - [x] or - [X] for complete) within the kmp-baseline-guide-local document.
Categorize the tasks by Phase and calculate:
- [x].- [ ].**User Action**, **Agent Action**, and **Validation**.kmp-baseline-calculator-localCreate or update .skills/planning-skills/kmp-baseline-local/kmp-baseline-calculator-local/SKILL.md with a comprehensive progress report. Populate it with the standard YAML frontmatter and the following structure:
- [x] vs - [ ]) outlined in the kmp-baseline-guide-local phases.PhaseTotal TasksCompletedPendingCompletion %User Action or Agent Action).---
name: kmp-baseline-calculator-local
description: Tracks and calculates the overall completion percentage of the project based on the kmp-baseline-guide-local tasks.
---
# Progress Calculator
## When to use this skill
- Use this when needing to update or view the current completion percentage of the project.
- This is helpful for providing a summary of how many tasks are completed versus pending.
## How to use it
- Reference the latest kmp-baseline-guide-local status.
- Tally the `[x]` vs `[ ]` tasks to output an updated metric.
---
# Project Progress Calculation
## Methodology
Progress is calculated by evaluating the completed (`- [x]`) versus pending (`- [ ]`) tasks defined across all phases in the `.skills/planning-skills/kmp-baseline-local/kmp-baseline-guide-local/SKILL.md` file.
## Phase Breakdown
| Phase | Total Tasks | Completed | Pending | Completion % |
|-------|-------------|-----------|---------|--------------|
| Phase 1: Foundation & Infrastructure | 3 | 3 | 0 | 100% |
| Phase 2: Core Features & Logic | 5 | 2 | 3 | 40% |
| Phase 3: Hardware / Native Integrations | 4 | 0 | 4 | 0% |
| Phase 4: Data Processing & Editing | 2 | 0 | 2 | 0% |
| Phase 5: Distribution & Cloud Sync | 2 | 0 | 2 | 0% |
| Phase 6: The Final Cut | 5 | 0 | 5 | 0% |
## Actionable Insights
* **Current Phase:** Phase 2: Core Features & Logic
* **Next Task:** `- [ ] **Agent Action**: Create core UI screens and ViewModels.`
* **Pending Breakdown:** 1 User Action, 12 Agent Actions, 3 Validations remaining.
---
## Overall Project Progress
* **Total Tasks**: 21
* **Completed Tasks**: 5
* **Pending Tasks**: 16
* **Overall Completion**: 23.8%