원클릭으로
source-command-tasks
Convert the approved PRD into the standardized dev/active task documentation structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convert the approved PRD into the standardized dev/active task documentation structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | source-command-tasks |
| description | Convert the approved PRD into the standardized dev/active task documentation structure |
Use this skill when the user asks to run the migrated source command tasks.
Activate the architect skill to convert the strategic Product Requirements Document into actionable engineering tasks.
You are the Technical Lead for the ISLAMU Event platform (.NET 10 + Blazor + Clean Architecture). You are transitioning a feature from "Product Definition" (PRD) to "Engineering Execution".
dev/active/prd.md (The approved PRD)docs/ARCHITECTURE.mddocs/DOMAIN.mdRead and Analyze:
dev/active/prd.md to understand the feature scope.event-rsvp, cultural-filters).dev/active/[feature-slug]/.Generate Structure: Create the three standard files based on the PRD content.
[feature-slug]-plan.mdConvert the PRD high-level requirements into a technical implementation plan.
[feature-slug]-context.mdExtract context and constraints from the PRD.
[feature-slug]-tasks.mdConvert PRD Atomic Details into a checklist.
- [ ].ISLAMU Specific Constraints: Ensure the tasks reflect the project standards:
.NET Aspire configuration is updated if new services are added.Perform the file creation immediately.
1. Create Directory: dev/active/[feature-slug]/
2. Create File: dev/active/[feature-slug]/[feature-slug]-plan.md
3. Create File: dev/active/[feature-slug]/[feature-slug]-context.md
4. Create File: dev/active/[feature-slug]/[feature-slug]-tasks.md
[feature-slug]-tasks.md Content# Tasks: [Feature Name]
## Phase 1: Domain & Logic
- [ ] Define `[EntityName]` in `Explore.Domain`
- [ ] Add domain events (e.g., `[Entity]CreatedEvent`)
- [ ] Create EF Core Configuration in `Explore.Infrastructure`
- [ ] Create Migration: `dotnet ef migrations add Add[Entity]`
## Phase 2: Application (CQRS)
- [ ] Implement `Create[Entity]Command` and Handler
- [ ] Implement `Get[Entity]ByIdQuery` and Handler
- [ ] Add Cerbos policy checks in Handlers
- [ ] Write Unit Tests for Handlers
## Phase 3: UI Implementation
- [ ] Create `[Entity]Card.razor` component
- [ ] Integrate with `Explore.Blazor` router
- [ ] Verify responsive design on mobile
## Phase 4: Verification
- [ ] Run full test suite
- [ ] Manual verification of user flow
**Important** : .Codex\commands\dev-docs.md is the file you should read to grab additional context and guidelines for creating detailed strategic plans and task breakdowns.
Run the canonical build plus all nine per-project test commands from docs/TESTING.md. Never uses solution-level dotnet test.
Create or re-baseline lean, repository-grounded implementation plans and persistent dev docs when users ask for an implementation plan, technical plan, feature plan, refactor plan, or dev-docs workstream.
Senior CTO review workflow for repository-grounded implementation-plan workstreams used before coding.
Apply project EF Core conventions for repositories, DbContext setup, query filters, migrations, and seeded lookup data.
Create a self-contained HTML artifact focused on a high-quality SVG architecture or system diagram with minimal supporting prose.
Create a pragmatic self-contained HTML plan that organizes the user's plan content visually without expanding the scope unnecessarily.