mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-14 13:06:30 +03:00
Move the 8 directories under bundles/ to the repo root via git mv and remove the now-empty bundles/ directory. Replace the "bundles" entry in pyproject.toml [tool.deptry] extend_exclude with the 8 moved dir names so the moved trees stay excluded from Python dependency analysis. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
64 lines
3.6 KiB
Markdown
64 lines
3.6 KiB
Markdown
# forward-deployed-engineering
|
|
|
|
Carry an embedded technical engagement from an ambiguous need to an adopted,
|
|
measurable capability and a deliberate generalization decision.
|
|
|
|
## Why Install This Skill
|
|
|
|
This bundle is designed to guard against continuity risks between disciplines:
|
|
discovery that leaves builders without usable context, prototypes mistaken for
|
|
production systems, deployments declared complete without adoption, and field
|
|
patterns transferred without evidence or an accountable receiving owner. It
|
|
gives an accountable lead a durable contract across those boundaries.
|
|
|
|
After installation, an agent can frame the engagement and decision rights,
|
|
route specialist work without duplicating it, preserve assumptions and risks,
|
|
diagnose adoption and outcome gaps, and decide whether local work should remain
|
|
configuration, become reusable, transfer to another owner, or be retired.
|
|
|
|
## What You Get
|
|
|
|
| Path | What it provides |
|
|
|---|---|
|
|
| `SKILL.md` | Lifecycle trigger, boundary, loading protocol, stop rules, and file map |
|
|
| `manifest.yaml` | Machine-readable stages, routed skills, outputs, handoffs, and conflicts |
|
|
| `references/discovery-brief.md` | Overlap audit, source decisions, and design-risk rationale |
|
|
| `references/source-index.md` | Recoverable primary sources, supported claims, limitations, and refresh rules |
|
|
| `references/lifecycle-and-artifacts.md` | Stage contracts and continuity artifacts |
|
|
| `references/route-selection.md` | Per-stage specialist entry conditions and direct-routing boundaries |
|
|
| `references/authority-and-escalation.md` | Decision rights, constrained-environment discovery, and escalation rules |
|
|
| `references/adoption-and-measurement.md` | Adoption diagnosis, outcome evidence, and applied-AI release evidence |
|
|
| `references/generalization-and-productization.md` | Classification and productization decision model |
|
|
| `references/communication.md` | Evidence-labeled status, handoff, and escalation patterns |
|
|
| `templates/` | Ten templates matching the declared continuity, decision, handoff, measurement, and learning outputs |
|
|
| `evals/evals.json` | Fifteen output-quality cases covering lifecycle, authority, and adjacent-skill boundaries |
|
|
|
|
## Quick Start
|
|
|
|
1. Load `SKILL.md` and create `templates/engagement-charter.md`.
|
|
2. Record the stakeholder workflow and unknowns before proposing architecture.
|
|
3. Treat `manifest.yaml` stage skills as candidates and apply
|
|
`references/route-selection.md` before loading one primary specialist.
|
|
4. Carry the ledger through deployment, adoption, measurement, and generalization.
|
|
|
|
## Triggers
|
|
|
|
- An embedded technical lead must own discovery through production adoption.
|
|
- A stakeholder request is ambiguous and implementation context must be discovered.
|
|
- A prototype must become a verified, deployed, adopted capability.
|
|
- An applied-AI engagement needs eval-driven release and field feedback.
|
|
- A local configuration or workflow may warrant a reusable pattern or product capability.
|
|
- Adoption, workflow impact, and field learning must remain connected to delivery.
|
|
|
|
Do not trigger for a bounded repository bug, standalone specialist task, product
|
|
portfolio governance, ongoing SRE ownership, platform operation, or advisory
|
|
work that ends before implementation and adoption.
|
|
|
|
## Requirements
|
|
|
|
- No API keys, services, or network dependencies.
|
|
- Compatible with Agent Skills harnesses that support file reading, writing, and skill loading.
|
|
- Routed catalog skills must be installed, including discovery, evaluation,
|
|
production readiness, deployment, adoption, measurement, security, privacy,
|
|
and constrained-environment specialists.
|