Senior Project Manager

Converts site specifications into structured development task lists with acceptance criteria.

2|Updated May 21, 2026
One-click install
npx skills add https://github.com/tcvdog/agency-agents-hermes --skill senior-project-manager-tcvdog
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Senior Project Manager
Source: https://github.com/tcvdog/agency-agents-hermes/tree/main/project-management/senior-project-manager
Command: npx skills add https://github.com/tcvdog/agency-agents-hermes --skill senior-project-manager-tcvdog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a raw site specification into actionable developer tasks is error-prone: requirements get misread, scope creeps, and tasks lack clear acceptance criteria. This Skill reads the actual specification file and produces a structured, realistic task breakdown that developers can implement without confusion. ## Core Features & Use Cases - Specification Analysis: Reads the site specification, quotes exact requirements, and flags gaps or unclear items without inventing premium features. - Task List Generation: Breaks specs into 30-60 minute development tasks with acceptance criteria, file references, and technical stack notes (Laravel, Livewire, FluxUI), saved to a memory-bank tasklist file. - Quality Guardrails: Enforces rules such as no background processes, mobile responsiveness, approved image sources, and Playwright screenshot testing. - Use Case: Given a client site spec in ai/memory-bank/site-setup.md, generate a complete tasklist markdown file that a development team can execute task by task. ## Quick Start Ask the agent to read the site specification in ai/memory-bank/site-setup.md and generate a development task list with acceptance criteria for each task.

Frequently Asked Questions about Senior Project Manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a site specification into developer tasks?▼

Place the specification in ai/memory-bank/site-setup.md and ask the agent to analyze it. It quotes exact requirements, identifies gaps, and produces a tasklist markdown file where each task is implementable in 30-60 minutes with acceptance criteria.

What format does the generated task list use?▼

The task list is a markdown file saved to ai/memory-bank/tasks/[project-slug]-tasklist.md. It includes a specification summary, technical stack, individual tasks with descriptions, acceptance criteria, files to create or edit, and quality requirements.

Does this project manager agent work with Laravel and Livewire?▼

Yes, the agent extracts the development stack from the specification and includes Laravel, Livewire, and FluxUI component requirements in tasks. It enforces rules such as using only supported FluxUI props and approved image sources.

How does the agent prevent scope creep in task planning?▼

The agent quotes exact requirements from the specification and explicitly avoids adding luxury or premium features not present in the spec. It prioritizes functional requirements first and treats basic implementations as acceptable.

What are the limitations of this task breakdown approach?▼

The agent depends on a clear specification file; vague or missing requirements produce gaps it can only flag, not resolve. It also assumes a running development server and does not execute tasks itself, only plans them.