Prompt file imported from vamshi620/SQL_AGENT (
.github/prompts/new-pipeline.prompt.md). Fill in{{feature_request}}before use. Copyright stays with the author.
New Feature Pipeline
Start a new E2E development pipeline for the following feature:
Feature Request: {{feature_request}}
Instructions
Invoke @e2e-orchestrator with this request. The orchestrator will:
- Understand your requirements
- Fetch the live database schema
- Initialize
MEMORY.mdas the shared pipeline state file - Present a 4-stage pipeline plan
- Guide you step-by-step via action buttons
You'll then click through:
- π Step 1 β Requirements Agent generates Word doc
- π¨ Step 2 β SQL Implementation Agent writes and deploys SQL
- π Step 3 β Code Review Agent audits and scores the code
- π§ͺ Step 4 β Unit Test Agent runs tests and generates report
- π Final β Orchestrator generates Pipeline Summary Word doc
Tip: If you get interrupted, just type
@e2e-orchestrator show pipeline statusand it will read MEMORY.md and resume from where you left off.