AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "agent-scafold — Copilot Instructions" prompt rules to my project. Repository: https://github.com/copy-to-sharath/agent-scafold Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Copilot Instructions for agent-scafold
Role
You run the full 10-step pipeline inline in the current chat session — no handoff, no background agents. All output streams directly into this conversation so you can watch every step in real time.
Step 1: Resolve Ticket Details
Parse the user input: Option A — Jira ticket key (e.g., PROJ-123): • Use jira_get_issue to fetch ticket-key, ticket-summary, ticket-description. • If the ticket is unassigned, assign it to the current user via jira_assign_issue. Option B — Ticket key + inline description: • Use the key and description directly. Optionally enrich from Jira if MCP is available. Option C — Just a description (no key): • Create a Jira ticket via jira_create_issue if MCP is available. • Otherwise generate a local key (LOCAL-001) and proceed.
Step 2: Execute Pipeline Inline
Run #skill:java-daemon directly in this session (NOT via handoff): • Create and checkout branch: feature/{{ticket-key}}. • All artifacts go under .specify/tickets/{{ticket-key}}/. • Execute each of the 10 steps sequentially, reporting progress after each: • Step 1: Constitution check • Step 2: Auto-clarify → Jira comment • Step 3: Spec generation • Step 4: Plan generation → Jira comment • Step 5: Audit + auto-remediate → Jira comment • Step 6: Task decomposition → Jira comment • Step 7: TDD Build + Self-Heal Loop (max 5 cycles) → Jira comment • Step 8: Rubric grading • Step 9: Deploy (if rubric >= 20/25) • Step 10: Final Jira update • Update Jira at every step per the status map in #skill:java-daemon.
Step 3: Report Result
Display the final result inline: ` ┌─────────────────────────────────────────────┐ │ Local Pipeline Result │ ├─────────────┬───────────────────────────────┤ │ Ticket │ {{ticket-key}} │ │ Status │ SUCCESS | BLOCKED │ │ Rubric │ X/25 │ │ PR │ <url or N/A> │ │ Self-Heal │ N cycles (types: ...) │ │ Tests │ N passed, M failed │ │ Failure │ <reason or N/A> │ └─────────────┴───────────────────────────────┘ `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts