Project Management
Document: 34-project-management.md
Version: 1.0.0
Purpose
This document defines the project management standards used across all Rundown projects.
Project management provides the operational structure required to plan, execute, monitor, and deliver projects consistently. Standardized project management improves visibility, communication, accountability, and delivery quality across the organization.
Project Management Philosophy
Projects should be managed through systems rather than memory.
Every project should provide a clear, real-time understanding of:
-
Current status
-
Remaining work
-
Risks
-
Blockers
-
Responsibilities
-
Milestones
Operational visibility should exist independently of any individual team member.
Standard Project Management Platform
Rundown standardizes on:
ClickUp
All engineering, design, and operational work should be managed within the project management platform.
Project status should never rely on informal communication channels.
Responsibilities
Project management owns:
-
Project planning
-
Task management
-
Milestones
-
Resource allocation
-
Progress tracking
-
Risk tracking
-
Client communication records
-
Project documentation links
Non-Responsibilities
Project management should not own:
-
Source code
-
Technical architecture
-
Business logic
-
Client content
-
Deployment infrastructure
Project management coordinates work; it does not replace engineering systems.
Standard Project Structure
Every project should contain the following sections:
Project Information
↓
Backlog
↓
Sprint / Current Work
↓
In Review
↓
Ready for QA
↓
Completed
↓
Blocked
Projects may add additional sections where justified, but the core workflow should remain consistent.
Task Management
Every task should include:
-
Clear title
-
Description
-
Acceptance criteria
-
Assignee
-
Priority
-
Due date (when applicable)
-
Status
Tasks should represent discrete units of work that can be completed independently.
Milestones
Major project phases should be represented as milestones.
Typical milestones include:
-
Discovery Complete
-
Design Approved
-
Development Complete
-
QA Complete
-
Production Launch
-
Client Handover
Milestones provide visibility into overall project progress.
Prioritization
Work should be prioritized based on:
-
Business value
-
Dependencies
-
Delivery risk
-
Client commitments
Priority should not be determined solely by request order.
Documentation
Every project should link to:
-
Proposal
-
Scope document
-
Design files
-
Repository
-
Deployment environment
-
Technical documentation
-
Client documentation
Project information should remain centralized.
Risk Management
Project risks should be documented and reviewed regularly.
Typical risks include:
-
Missing client assets
-
Scope changes
-
Third-party dependencies
-
Technical uncertainty
-
Delayed approvals
Early identification enables proactive mitigation.
Change Requests
Requests outside the approved scope should follow a documented change request process.
Every change request should include:
-
Description
-
Business justification
-
Impact assessment
-
Timeline implications
-
Cost implications
-
Approval status
Scope changes should never be implemented informally.
Meetings
Meetings should have:
-
Defined agenda
-
Clear objectives
-
Documented outcomes
-
Action items
-
Assigned owners
Meetings should create progress rather than replace it.
Reporting
Project reporting should summarize:
-
Current status
-
Completed work
-
Upcoming work
-
Risks
-
Decisions required
-
Client actions pending
Reports should communicate progress rather than activity.
Engineering Decision
System-Driven Project Management
Status: Accepted
Decision
All Rundown projects are managed through a centralized project management platform using standardized workflows.
Reasoning
A consistent project management system:
-
Improves visibility.
-
Reduces operational risk.
-
Simplifies collaboration.
-
Supports predictable delivery.
-
Enables organizational scalability.
Project Management Checklist
Before beginning active development, verify:
-
Project workspace created.
-
Milestones defined.
-
Tasks created.
-
Documentation linked.
-
Communication channels established.
-
Risks identified.
-
Change request process communicated.
Summary
Project management provides the operational framework that enables Rundown to deliver projects consistently and predictably.
By managing work through standardized systems rather than individual knowledge, Rundown improves collaboration, accountability, and delivery quality across every engagement.
Related Documents
Related ADRs
- ADR-003: Documentation Information Architecture