Initial work#1
Open
kostapetan wants to merge 6 commits into
Open
Conversation
- Add detailed Copywriting Agent section (capabilities, tools, request/response models, usage examples, retry strategy, and testing notes) to docs/architecture/agent-framework.md - Add AIFunctionFactory registration recommendation to best practices - Update .gitignore to ensure coverage/ is ignored
…normalize prompts - Add extensive product & feature specifications: expand specs/prd.md and add FRDs for campaign brief, AI content generation, compliance audit, campaign display, and campaign data storage (FRD-001..FRD-005) - Add reviewer.agent.md to provide a Technical Requirements Reviewer agent with handoff to PM - Update pm.agent.md: switch model to Claude Sonnet 4.5, add explicit handoffs and "WHAT vs HOW" guidelines for PRD/FRD outputs - Normalize prompt frontmatter across repo: replace "mode:" with "agent:" in delegate, deploy, frd, generate-agents, implement, plan, and prd prompts - Minor cleanup in planner.agent.md (spacing/newline)
Add .github/agents/architect.agent.md with Dev Lead (Architect) agent responsibilities: guidelines management, AGENTS.md synthesis, ADR creation workflow, standards enforcement, and working notes for maintaining project guidelines. Add specs/adr/README.md documenting ADR purpose, list of ADRs, key decisions summary, MADR format, and guidance for creating/updating ADRs.
Add architecture decision records for core platform choices: - 0001: Use .NET Aspire with Monorepo Architecture - 0002: Use Microsoft Agent Framework for AI Agents - 0003: Use Azure Cosmos DB with Native SDK (No Entity Framework) - 0004: Use ASP.NET Core Minimal APIs with Record Types - 0005: Use Next.js App Router with TanStack Query - 0006: Sequential Agent Execution with Retry Pattern - 0007: OpenAPI-Driven SDK Generation for Type Safety
- add azure.yaml and next-steps.md for azd project configuration and guidance - scaffold src/api (Program.cs, api.csproj, launchSettings, appsettings, api.http) - add .azure to root and src/api .gitignore - remove .aspire/settings.json options added
kostapetan
force-pushed
the
try-planner
branch
from
November 5, 2025 11:57
281dc8c to
19421fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.