engineer-flowlisted
Install: claude install-skill soden46/engineer-flow
# Engineer Flow
<!-- ENGINEER_FLOW_RUNTIME_V1_START -->
## Runtime Architecture
This section defines the authoritative Engineer Flow runtime model.
Engineer Flow is the root engineering orchestrator.
Its capability pool consists of:
1. internal generalized engineering capabilities under `core/`
2. compatible external user-installed skills discovered from the user's Agent Skills directories
3. mandatory post-development security verification
The runtime resolver is:
`scripts/engineer-flow.mjs`
### Internal Capabilities
Internal capabilities describe universal engineering concerns and must remain language and framework agnostic.
Examples include:
- architecture
- API integration
- database
- testing
- performance
- debugging
- security
- frontend UI
- infrastructure
- dependency tooling
Technology-specific implementation details should come from project evidence, native stack mechanisms, or relevant user-installed specialist skills.
### External Skills
Engineer Flow may discover compatible user-installed skills from:
`~/.agents/skills/`
Additional skill roots may be provided through:
`ENGINEER_FLOW_EXTERNAL_SKILL_ROOTS`
External skills supplement Engineer Flow instead of replacing the root orchestrator.
Internal capabilities handle broad engineering concerns.
External skills should activate only when the task contains sufficiently specific evidence for their technology or domain.
### Memory Infrastructure
Persistent project memory is conditional infrastru