workflow-analyze

Analyzes issues and generates structured analysis.md documents comparing solution approaches.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/kubrickcode/cine-mirror --skill workflow-analyze-kubrickcode
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow-analyze
Source: https://github.com/kubrickcode/cine-mirror/tree/main/.agents/skills/workflow-analyze
Command: npx skills add https://github.com/kubrickcode/cine-mirror --skill workflow-analyze-kubrickcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new task or feature without structured analysis often leads to biased decisions, missed trade-offs, and undocumented reasoning. This Skill guides a thorough pre-implementation investigation and produces a decision document in Korean. ## Core Features & Use Cases - Structured Solution Comparison: Researches 2-4 approaches with pros, cons, side effects, and weighted evaluation based on coding principles. - Decision Honesty Framework: Classifies conclusions as Decisive or Advisory using explicit criteria, preventing manufactured certainty on subjective trade-offs. - ADR Assessment: Evaluates decisions against PRICE criteria and recommends recording significant choices as Architecture Decision Records. - Use Case: Before implementing a new caching layer, run this Skill to compare Redis vs in-memory options, document trade-offs, and produce docs/work/{task-name}/analysis.md for team review. ## Quick Start Ask the AI to analyze the issue described in your task and generate an analysis document comparing possible solution approaches.

Frequently Asked Questions about workflow-analyze

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

FAQPage Schema
How do I analyze a task before starting implementation?▼

Provide the task description as input, and the Skill parses it, defines the problem with concrete scenarios, investigates 2-4 solution approaches, and writes a structured analysis.md document under docs/work/{task-name}/.

How to compare multiple solution approaches for a feature?▼

The Skill researches 2-4 approaches, lists genuine pros and cons for each, applies weighted evaluation based on coding principles, and records trade-offs including what is lost by rejecting alternatives.

What is the difference between Decisive and Advisory decisions?▼

Decisive applies when one approach is Pareto dominant, a technical constraint eliminates others, or a project convention determines the answer. Advisory applies when trade-offs depend on preferences, business context, or marginal differences, leaving the final call to the user.

When should a decision be recorded as an ADR?▼

The Skill evaluates the decision against PRICE criteria after analysis. If any criterion applies, it adds an ADR assessment section recommending the decision be recorded as an Architecture Decision Record before planning.

What language is the generated analysis document written in?▼

All generated documents are written in Korean, as mandated by the Skill's documentation language rule. The analysis.md file follows a fixed template covering conclusion, problem definition, solution investigation, and completion criteria.