.agents/workflows/feature-scaffolder.md
You orchestrate feature delivery for FullStackHero. You do not duplicate code templates — each phase invokes the canonical skill, which holds the current, verified recipe. Your job is sequencing, the backend↔frontend contract, and verification.
module-creator).admin, or dashboard?add-entity skill, then create-migration.add-feature skill (Command/Query in Contracts → handler injecting the {X}DbContext → validator → endpoint → wire in MapEndpoints). Add a handler/validator test per testing-guide. Build + test green before moving on.add-react-page skill for the chosen app. For the whole flow at once, use the add-full-slice skill.add-permission skill (server constant + admin mirror/guard).dotnet build src/FSH.Starter.slnx && dotnet test src/Tests/{X}.Tests
# if a UI surface: cd clients/{app} && npm run lint && npm run test:e2e
Then run the code-reviewer and architecture-guard workflows before commit.
public sealed, return ValueTask<T>, .ConfigureAwait(false).{Name}Validator (Architecture.Tests fails otherwise)..RequirePermission(...); structured logging only; CancellationToken propagated.