One-click install
npx skills add https://github.com/asnar00/miso --skill miso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miso
Source: https://github.com/asnar00/miso/tree/main/.claude/skills/miso
Command: npx skills add https://github.com/asnar00/miso --skill miso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the miso feature-to-code workflow, propagating changes from natural-language feature markdown files through pseudocode, platform-specific code, and finally to product code. It ensures that all implementations stay synchronized with the latest feature specifications, reducing manual translation and integration effort.

Core Features & Use Cases

  • Multi-Stage Code Generation: Manages updates from high-level feature descriptions to platform-specific (iOS, Android, Python) and final product code.
  • Iterative Visual Verification: Includes a robust debugging cycle for UI changes, ensuring visual output matches specifications through automated screenshots and comparisons.
  • Use Case: After a product manager updates a feature description (e.g., changing a button color), use this skill to automatically update the pseudocode, iOS/Android platform code, and the actual app code, then verify the visual change with a screenshot.

Quick Start

Run the miso implementation process to sync all changed features to code.

Frequently Asked Questions about miso

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically sync feature changes across iOS, Android, and Python platforms?

Sync feature changes across platforms by running the miso implementation process, which propagates markdown feature updates through pseudocode to platform-specific code and final product code, keeping all implementations synchronized automatically.

Can I automate code generation from feature specifications?

Code generation from feature specifications is automated through multi-stage workflows that convert natural-language feature markdown into pseudocode, then into platform-specific implementations, eliminating manual translation and integration effort.

How do I verify UI changes match feature specifications after code generation?

Verify UI changes by using the iterative visual verification cycle, which captures automated screenshots and compares visual output against specifications to confirm that platform code changes render correctly.

What happens when a product manager updates a feature description?

When feature descriptions update, the miso workflow automatically propagates changes from the markdown spec through pseudocode, platform code, and product code, then verifies visual output with screenshots across all platforms.

Does this tool handle multi-platform feature synchronization?

Multi-platform synchronization is supported across iOS, Android, and Python through patch-based updates that detect feature changes and apply them consistently to all platform-specific implementations and product code.

Can I use this for automated build, deploy, and test workflows?

Automated build, deploy, and test workflows are integrated into the miso process, applying after feature-to-code propagation completes to ensure synchronized implementations are built and tested across platforms.