optflow

Solid

Discover and deliver repository optimization work end to end: identify performance/reliability/maintainability/security/dx/cost optimization points, prioritize by impact-effort-risk, then execute fixes step by step with continuous testing and explicit commit policy (`final_only`, `per_step`, `milestone`). Default to `per_step` for implementation work so each feature is tested then committed before the next feature. Supports optional BDD (Given/When/Then).

AI & Automation 145 stars 16 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Optflow ## Overview Use this skill to discover repository optimization opportunities and execute selected optimizations end to end: - Discover optimization points first (performance, reliability, maintainability, security, cost, DX). - Prioritize by impact/effort/risk. - Execute in strict sequence with validation and explicit commit policy. - Add BDD behavior specs when requested or when requirements are ambiguous. ## Trigger Cues Trigger this skill when the user asks for one or more of: - Ask to find optimization opportunities in a repository/library. - Ask for optimization roadmap + implementation. - Require test-first optimization delivery and commit (final or per step). - Require behavior-driven delivery (BDD) or acceptance scenarios. ## Workflow ### 0. Discover Optimization Backlog - Scan the repository before planning changes. - Classify findings into: performance, reliability, maintainability, security, developer experience, and cost. - For each finding, record: - symptom and evidence (file/path/metric) - expected impact - effort estimate - risk level - Build a prioritized backlog using impact/effort/risk. - Explicitly mark low-confidence findings as hypotheses. ### 1. Define Ready Criteria (DoR) > See shared delivery base: [`references/delivery-base.md`](./references/delivery-base.md) Additional for optflow: - If implementation is requested and commit style is not explicitly specified, use `per_step` (default). - If user says "per step optimize and...

Details

Author
majiayu000
Repository
majiayu000/claude-arsenal
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

fixflow

Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.

145 Updated today
majiayu000
AI & Automation Solid

plan-flow

Analyze repository-level duplicate/redundant design first, then build and execute a strict step-test-update plan in docs/plan. Use for deep architecture review, convergence planning, and traceable one-step-at-a-time delivery.

145 Updated today
majiayu000
AI & Automation Solid

blog-flow

FLOW framework integration for bloggers. Evidence-led content workflow using the Find, Optimize, Win loop with stage-specific AI prompts from the FLOW knowledge base (30 blog-applicable prompts, CC BY 4.0). Use when user says "FLOW", "FLOW framework", "blog flow", "evidence-led blogging", "find optimize win", or wants stage-specific blog prompts.

923 Updated 3 days ago
AgriciDaniel
AI & Automation Listed

orchestrate

Run the full flow workflow end-to-end — prep → optional research → plan (with optional multi-LLM brainstorming) → optional plan-review → develop → deploy — based on a single task goal from the user. Use this when the user wants to hand off a complete task and let the workflow run, rather than driving each step manually. Skips research, brainstorming, and plan-review automatically for size S tasks; runs the full pipeline for size L. Even when the user just says "build me X", consider this skill if the task warrants the full discipline.

1 Updated 5 days ago
gitgitWi
AI & Automation Solid

ln-814-optimization-executor

Executes optimization hypotheses with keep/discard testing loop. Use when applying validated performance improvements.

480 Updated 3 days ago
levnikolaevich