一键导入
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 职业分类
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.
| 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.