| Metadata | Value |
|---|---|
| Status | Active |
| Version | 1.1.0 |
| Last Updated | 2026-09-10 |
| Author | Sangeetha Grantha Team |
| Document Type | Design reference |
[!NOTE] Design/reference material: this page may include proposals or earlier implementation assumptions. Use current operations guides for implemented behavior and current operating steps.
This document describes the automated workflows available in .agents/workflows/ for use with Claude Code and other AI assistants.
Agent workflows are structured markdown files that define step-by-step procedures for common development tasks. They serve as executable documentation that AI assistants can follow to perform complex, multi-step operations consistently.
| Workflow | File | Purpose |
|---|---|---|
| Bulk Import Testing | bulk-import-testing.md |
End-to-end testing of bulk import functionality |
| Conductor Track Manager | conductor-track-manager.md |
Create and manage conductor tracks |
| E2E Test Runner | e2e-test-runner.md |
Run and debug Playwright E2E tests |
| Pre-commit Validation | pre-commit-validation.md |
Validate changes before committing |
| Scaffold Service | scaffold-service.md |
Generate new service boilerplate |
| Test Troubleshooter | test-troubleshooter.md |
Debug failing tests |
Each workflow follows a standard structure:
---
description: Brief description of what the workflow does
---
# Workflow Name
## 1. Step One
Instructions and commands...
## 2. Step Two
Instructions and commands...
Workflows can be invoked by:
.agents/workflows/<name>.md”