production-workflow

Enforce a production-first workflow for coding tasks in vite and flutter projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LongNgn204/stem-vietnam-v2 --skill production-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-workflow
Source: https://github.com/LongNgn204/stem-vietnam-v2/tree/main/.cursor/skills/production-workflow
Command: npx skills add https://github.com/LongNgn204/stem-vietnam-v2 --skill production-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a disciplined, production-first approach to coding tasks, ensuring stability, reliable end-to-end flows, and up-to-date living docs across app and web projects.

Core Features & Use Cases

  • Enforces a structured workflow for code tasks including task classification, truth inspection, controlled changes, validation, and documentation updates.
  • Applies to app and web repositories, especially vite and flutter projects, for writing code, fixing bugs, refactoring, auditing, end-to-end testing, deployment, or status updates.
  • Keeps living docs like review.md, roadmap.md, and assessment.md synchronized by compressing long-running context and updating them after each meaningful change.

Quick Start

Begin by classifying the task, inspecting the repository, applying production-first changes, validating outcomes, and updating the living docs.

Frequently Asked Questions about production-workflow

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

FAQPage Schema
How do I enforce a production-first coding workflow for my project?

A production-first coding workflow enforces structured task classification, repository inspection, controlled changes, and validation to ensure stability across app and web projects. It requires compiling code and docs, validating builds, and updating living documentation after each change.

What's the best way to keep living docs synchronized after code changes?

To keep living docs synchronized, compress long-running context and update files like review.md, roadmap.md, and assessment.md after each meaningful code change. This ensures documentation accurately reflects the latest validated builds and flows.

How do I validate builds and end-to-end flows during a Vite deployment?

Validating Vite builds requires compiling changes, inspecting repository truth, and executing end-to-end testing. A production-first workflow ensures deployments are validated before updating living docs like assessment.md for stable end-to-end flows.

Can I use this workflow for Flutter app refactoring and bug fixing?

Yes, this workflow applies explicitly to Flutter projects for refactoring, bug fixing, and auditing. It enforces controlled changes and validates outcomes before updating living docs, ensuring reliable end-to-end flows.

What does a production-first workflow require when fixing bugs in web repositories?

Fixing bugs in web repositories requires classifying the task, inspecting truth, applying controlled changes, and validating builds. Living docs must be updated to compress context and reflect the validated bug fixes.

Why does my coding workflow require updating assessment.md after changes?

Updating assessment.md after changes compresses long-running context into living docs, ensuring project status updates and end-to-end testing results remain synchronized with the actual codebase for continuous stability.