Instructions file
Instructions for zevtos/agentpipe, covering agentpipe, commands, structure, agent format (agents/.md) and command format (commands/.md).
Instructions file
Instructions for zevtos/agentpipe, covering agentpipe, commands, structure, agent format (agents/.md) and command format (commands/.md).
Agent
System architect for designing production-grade software. MUST BE USED when designing new systems, planning major features, evaluating tech stacks, making architectural decisions, designing APIs, modeling data, or decomposing monoliths. Use PROACTIVELY before any significant implementation work.
Agent
Database architect and engineer. MUST BE USED when designing schemas, writing migrations, optimizing queries, planning indexes, reviewing database changes, or troubleshooting performance issues. Use PROACTIVELY before any schema change reaches production.
Agent
DevOps engineer for CI/CD, containerization, observability, deployment, and infrastructure. MUST BE USED when setting up CI/CD pipelines, writing Dockerfiles, configuring monitoring/logging, designing deployment strategies, or setting up security scanning. Use PROACTIVELY before first deployment and when…
Agent
Documentation engineer for API docs, ADRs, runbooks, changelogs, and technical writing. MUST BE USED when creating API documentation, writing runbooks for operations, generating changelogs, documenting architecture decisions, or setting up documentation infrastructure.
Agent
Product/project manager for requirements engineering. MUST BE USED when starting a new feature, breaking down a project, writing specs, defining acceptance criteria, or turning vague requirements into precise implementable specifications.
Agent
Refactoring engineer for code and test quality improvement. MUST BE USED when detecting code smells, eliminating duplication, simplifying test suites, removing unnecessary complexity, or improving codebase scalability. Use PROACTIVELY on any codebase that has grown organically and needs structural cleanup.
Agent
Code reviewer for quality, correctness, and production-readiness. MUST BE USED before merging any significant code change. Use PROACTIVELY after implementing features, fixing bugs, or refactoring. Focuses on correctness, error handling, edge cases, performance, and convention compliance.
Agent
Security engineer for threat modeling and vulnerability analysis. MUST BE USED when reviewing authentication/authorization code, handling cryptographic operations, processing sensitive data, designing security architecture, or before any deployment of security-critical features. Use PROACTIVELY on any code handling…
Agent
Test engineer for comprehensive testing strategies. MUST BE USED when designing test strategy for new features, writing tests for critical code, analyzing test coverage, or setting up testing infrastructure. Use PROACTIVELY after implementation to ensure adequate coverage.
Command
Full security audit of the project or a specific area. Runs threat modeling, code audit, dependency scan, and produces a prioritized findings report.
Command
Database change workflow: design → migration → review → test. Handles schema changes with zero-downtime safety.
Command
Full deployment preparation: pre-flight checks, security scan, dependency audit, changelog, and deployment readiness gate.
Command
Generate or update project documentation: API docs, README, ADRs, runbooks, and architecture docs. Verifies everything against actual code.
Command
End-to-end feature development: spec → design → implement → review → test → docs. Pass a feature description and the orchestrator handles everything.
Command
Bug investigation and fix workflow: investigate → diagnose → fix → review → regression test. Handles the full lifecycle from symptom to verified fix.
Command
Full project kickoff from an idea. Orchestrates pm → architect → dba → devops to produce specs, architecture, schema, and project scaffold.
Command
Strategic advisor: analyzes full project state and recommends the most impactful next steps. Use when you're unsure what to work on next.
Command
Project orientation: understand a codebase's architecture, conventions, tech stack, and current state. Use when entering a new project or returning after a break.
Command
Architecture planning for a feature or system change. Use /kickoff for new projects, /feature for full end-to-end development.
Command
Safe refactoring workflow: detect smells → plan → characterization tests → refactor → verify. Ensures refactors don't break existing behavior.
Command
Cut a release: version bump, changelog generation, tag creation, and deployment preparation. Handles the full release lifecycle.
Command
Comprehensive multi-agent code review: parallel reviewer + security audit on all changes, with actionable fix list and quality gate.
Command
Iterative issue-by-issue development: plan → implement → self-review loop → fix → PR to default branch. Works through all open issues one by one until each has a clean PR.