# Micro

> Sub-30-LOC, single-file changes. The cheapest DevFlow path (~2k tokens). Use for typo fixes, single-line bug fixes, prop renames, dependency bumps, missing semicolons. Triggers on: "fix typo", "rename X to Y", "1-line fix", "single-file change", "tiny", "trivial"

- Skill: `ao-cyber-systems/micro` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ao-cyber-systems/micro`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ao-cyber-systems/micro/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: AO-Cyber-Systems (https://skillmd.com/u/ao-cyber-systems)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/ao-cyber-systems/micro

---

<objective>
Execute sub-30-LOC, single-file changes with atomic-commit guarantees and STATE.md tracking, in a single context window.

Micro is the FLOOR of the DevFlow ladder:
- No planner, no executor, no verifier — Claude makes the edit inline
- No JOB.md, no TRD.md, no SUMMARY.md
- No CLAUDE.md / playbook absorption (mirrors /devflow:quick's no-ceremony posture)
- Commit format: `chore(micro): {description}`
- STATE.md "Quick Tasks Completed" table receives an entry on commit

Cost target: ~2k tokens (skill body + df-tools output). For changes that exceed sub-30-LOC or touch multiple files, prefer /devflow:quick (<5 files, <200 LOC) or /devflow:build (multi-file features).
</objective>

<execution_context>
@~/.claude/devflow/workflows/micro.md
</execution_context>

<context>
@.planning/STATE.md
$ARGUMENTS
</context>

<process>
Execute the micro workflow from @~/.claude/devflow/workflows/micro.md end-to-end.
Honour the no-ceremony promise: no agent spawns, no SUMMARY.md, no planning artefacts.
</process>

