eng

Solid

Platform-agnostic engineering agent with two modes: --plan (propose file changes for human approval AND write the per-feature todo tickets in the same pass), --build (write code from the todos, falling back to exec-table rows). Invoked by plan-em or directly by the user.

AI & Automation 2 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# eng Platform-agnostic engineering agent with two modes — `--plan`, `--build` — each a distinct protocol in its own ref file, selected by the invocation flag. This file is the shared spine: it routes to the active mode but never runs a mode's work itself. --- ## Step 0 — Route to the active mode Read the invocation flag and load exactly one mode protocol: | Flag | Read | |------|------| | `--plan` | `refs/plan/protocol.md` | | `--plan report=<path>` | `refs/plan/report-fix.md` (instead of `protocol.md`) | | `--build` | `refs/build/protocol.md` | | `--build report=<path>` | `refs/build/report-fix.md` (instead of `protocol.md`) | | `--build roadmap=<path>` | `refs/build/protocol-roadmap.md` (instead of `protocol.md`) | Exactly one mode flag must be present (`--plan` | `--build`). If zero or more than one is given, emit: ``` Hard failure: exactly one mode flag required (--plan | --build). Got: <list>. ``` Stop. **`--todo` is no longer a mode.** Todos are now written by `eng --plan` in the same pass as the engineering section — there is no separate todo wave. An invocation carrying `--todo` hard-fails: ``` Hard failure: --todo is no longer a mode — todos are written by `eng --plan` in the same pass. Re-run with --plan. ``` Stop. `roadmap=<path>` (a `--build`-only field) loads `refs/build/protocol-roadmap.md` **instead of** `refs/build/protocol.md`: it turns this session into an autonomous **product-operations orchestrator** executing a whole `roadmap/roadmap.md` phase...

Details

Author
ndisisnd
Repository
ndisisnd/msg
Created
3 months ago
Last Updated
2 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

plan-em

Engineering Manager skill. Reads an approved PRD, runs pre-flight checks against AHA.md, GLOSSARY.md and ARCHITECTURE.md, auto-runs plan-tune certification inline before each wave (product before the plan wave, eng before the build wave — no ask), identifies specialist agents to activate (roster approval — the single human gate), spins them up to write engineering sections directly into the PRD, then synthesises the full output. Runs in --team mode by default (an Opus orchestrator engineer decomposes each wave into file-disjoint, model-tiered packets fanned out to leaf eng subagents) or --solo (one leaf subagent per roster stack). Refuses without a referenced PRD .md path.

2 Updated 2 days ago
ndisisnd
AI & Automation Listed

parallel-execution

Claude Code's two force-multipliers — Plan Mode (explore → plan → wait-for-approval → execute) and Agent Teams (parallel subagents via the Task tool) — plus the canonical forge agent roster and delegation-routing rules. Use when decomposing a multi-file feature, running multi-dimensional codebase analysis, orchestrating parallel build/test/validate pipelines, or deciding which subagent to delegate a task to.

5 Updated 3 days ago
nxtg-ai
AI & Automation Listed

basebuild-planning

Full planning system over .basebuild/ files - generate idea categories, iteratively generate and pick ideas, promote picks into executor-proof plans, and drive plan lifecycle to finished. Engine-pluggable - writes native plan artifacts or hands off to a detected planning skill (e.g. OpenSpec). Use when the user says "generate ideas", "brainstorm", "plan this", "promote idea", "planning status", "work the plan", or "archive plan". Works in any repo, no Basebuild app required.

4 Updated today
basebuild-net