project-planning
Project Planning
Overview
This skill provides comprehensive guidance for planning and managing software projects using industry best practices. It covers breaking down requirements into manageable tasks, estimating effort, organizing sprints, managing backlogs, and tracking progress effectively.
Key Principles:
- Adapt practices to team size and project complexity
- Start simple, add complexity as needed
- Focus on delivering value, not following process
- Regular inspection and adaptation are key
- Maintain sustainable pace, avoid burnout
Planning Workflow
Follow this workflow when planning software projects:
1. Define Project Scope
- Vision Statement: Clear project purpose and objectives
- Success Criteria: Measurable outcomes that define success
- Stakeholders: Identify all stakeholders and their roles
- Constraints: Budget, timeline, resources, technical limitations
- Deliverables: Core features, documentation, training materials
2. Break Down Requirements
- Transform requirements into epics (large bodies of work)
- Break epics into user stories: "As a [role], I want [feature] so that [benefit]"
- Create technical tasks from user stories
- Define acceptance criteria for each story
3. Estimate Effort
- Use story points (Fibonacci: 1, 2, 3, 5, 8, 13) for relative sizing
- Conduct planning poker for team consensus
- Apply three-point estimation for critical/uncertain tasks
4. Organize and Prioritize
- Group work into sprints (1-4 weeks)
- Prioritize using MoSCoW (Must/Should/Could/Won't) or Value vs. Effort
- Manage backlog with clear prioritization tiers: Now, Next, Later, Backlog
5. Track and Adjust
- Monitor sprint progress and velocity
- Identify and manage risks (technical, schedule, resource, external)
- Conduct regular retrospectives and adapt practices
User Story Format
**Title**: [Action] as [Role]
**As a** [user type]
**I want** [goal/feature]
**So that** [business value/benefit]
**Acceptance Criteria:**
- [ ] [Testable criterion 1]
- [ ] [Testable criterion 2]
- [ ] [Testable criterion 3]
**Priority**: [High/Medium/Low]
**Estimated Effort**: [X story points]
**Dependencies**: [List any dependencies]
Story Point Sizing Guide
- 1 point: Trivial change, < 2 hours, no complexity
- 2 points: Simple task, 2-4 hours, well understood
- 3 points: Small feature, 4-8 hours, some complexity
- 5 points: Medium feature, 1-2 days, moderate complexity
- 8 points: Large feature, 2-3 days, significant complexity
- 13+ points: Too large - must be broken down
Bundled Resources
References (references/)
Load these on-demand for detailed guidance:
-
core-planning-workflow.md: Complete project setup process, requirements breakdown techniques, estimation methods, sprint planning procedures, and velocity tracking (load when planning new projects or setting up processes)
-
backlog-not-prioritized.md: Backlog organization (Now/Next/Later/Backlog), Definition of Ready/Done, prioritization frameworks (MoSCoW, RICE, Value vs. Effort), and refinement practices (load when organizing or refining backlogs)
-
now-sprint-ready.md, next-2-3-sprints.md, later-future.md: Criteria for different backlog tiers and work item organization strategies (load when categorizing backlog items by timeline)
-
task-management-best-practices.md: Task attributes, dependency management, critical path analysis, status updates, and decision logging (load when managing task execution and tracking)
-
schedule-risks.md: Schedule risk identification, assessment, and mitigation strategies (load when dealing with timeline concerns or delays)
-
technical-risks.md: Technical risk identification, assessment, and handling strategies (load when dealing with technical uncertainties or architecture decisions)
-
external-dependencies.md: Managing third-party dependencies, tracking, communication, and mitigation strategies for external blockers (load when dealing with vendor or partner dependencies)
-
templates-and-checklists.md: Project kickoff checklist, user story templates, sprint planning templates, task breakdown templates, and status report formats (load when creating deliverables or standardizing artifacts)
-
anti-patterns-to-avoid.md: Common planning mistakes, warning signs of project issues, and best practices (load when troubleshooting project problems or conducting retrospectives)
-
integration-with-development-workflow.md: Integrating planning with development processes and CI/CD considerations (load when connecting planning to technical workflows)
More from dauquangthanh/hanoi-rainbow
frontend-design-review
Conducts comprehensive frontend design reviews covering UI/UX design quality, design system validation, accessibility compliance, responsive design patterns, component library architecture, and visual design consistency. Evaluates design specifications, Figma/Sketch files, design tokens, interaction patterns, and user experience flows. Identifies usability issues, accessibility violations, design system deviations, and provides actionable recommendations for improvement. Produces detailed design review reports with severity-rated findings, visual examples, and implementation guidelines. Use when reviewing frontend designs, validating design systems, ensuring accessibility compliance, evaluating component libraries, assessing responsive designs, or when users mention design review, UI/UX review, Figma review, design system validation, accessibility audit, or frontend design quality.
276keycloak-administration
Provides comprehensive KeyCloak administration guidance including realm management, user/group administration, client configuration, authentication flows, identity brokering, authorization policies, security hardening, and troubleshooting. Covers SSO configuration, SAML/OIDC setup, role-based access control (RBAC), user federation (LDAP/AD), social login integration, multi-factor authentication (MFA), and high availability deployments. Use when configuring KeyCloak, setting up SSO, managing realms and clients, troubleshooting authentication issues, implementing RBAC, or when users mention "KeyCloak", "SSO", "OIDC", "SAML", "identity provider", "IAM", "authentication flow", "user federation", "realm configuration", or "access management".
165frontend-ui-ux-design
Creates comprehensive frontend UI/UX designs including user interfaces, design systems, component libraries, responsive layouts, and accessibility implementations. Produces wireframes, mockups, design specifications, and implementation guidelines. Use when designing user interfaces, creating design systems, building component libraries, implementing responsive designs, ensuring accessibility compliance, or when users mention UI design, UX design, interface design, design systems, user experience, or frontend design patterns.
165oracle-cloud
Provides comprehensive Oracle Cloud Infrastructure (OCI) guidance including compute instances, networking (VCN, load balancers, VPN), storage (block, object, file), database services (Autonomous Database, MySQL, NoSQL), container orchestration (OKE), identity and access management (IAM), resource management, cost optimization, and infrastructure as code (Terraform OCI provider, Resource Manager). Produces infrastructure code, deployment scripts, configuration guides, and architectural diagrams. Use when designing OCI architecture, provisioning cloud resources, migrating to Oracle Cloud, implementing OCI security, setting up OCI databases, deploying containerized applications on OKE, managing OCI resources, or when users mention "Oracle Cloud", "OCI", "Autonomous Database", "VCN", "OKE", "OCI Terraform", "Resource Manager", "Oracle Cloud Infrastructure", or "OCI migration".
80backend-design
Designs comprehensive backend systems including RESTful APIs, microservices, database architecture, authentication/authorization, caching strategies, message queues, and scalability patterns. Produces API specifications, database schemas, architecture diagrams, and implementation guides. Use when designing backend services, APIs, data models, distributed systems, authentication flows, or when users mention backend architecture, API design, database design, microservices, or server-side development.
55requirement-review
Conducts comprehensive requirements review including completeness validation, clarity assessment, consistency checking, testability evaluation, and standards compliance. Produces detailed review reports with findings, gaps, conflicts, and improvement recommendations. Use when reviewing requirements documents (BRD, SRS, user stories), validating acceptance criteria, assessing requirements quality, identifying gaps and conflicts, or ensuring standards compliance (IEEE 830, INVEST criteria). Trigger when users mention "review requirements", "validate requirements", "check requirements quality", "find requirement issues", or "assess BRD/SRS quality".
52