agency-senior-project-manager

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

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/sammysparks000/skillshare --skill agency-senior-project-manager-sammysparks000
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-senior-project-manager
Source: https://github.com/sammysparks000/skillshare/tree/main/skills/project-manager-senior
Command: npx skills add https://github.com/sammysparks000/skillshare --skill agency-senior-project-manager-sammysparks000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a client site specification into clear, actionable developer tasks is error-prone: requirements get misread, scope creeps, and tasks lack testable acceptance criteria. This Skill reads the actual specification and produces a realistic, structured task list that developers can implement without confusion. ## Core Features & Use Cases - Specification Analysis: Reads the site specification file, 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, files to create or edit, and spec references, saved to a memory-bank tasklist file. - Technical Stack Extraction: Captures CSS framework, animation preferences, FluxUI component needs, and Laravel/Livewire integration requirements from the spec. - Use Case: Given a Laravel/Livewire landing page specification, generate a tasklist covering page structure, navigation, forms, responsive design, and Playwright screenshot QA steps. ## Quick Start Ask the agent to read the site specification in ai/memory-bank/site-setup.md and generate a development task list for the project.

Frequently Asked Questions about agency-senior-project-manager

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

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

Provide the site specification file and the Skill reads it, quotes exact requirements, and breaks the work into 30-60 minute tasks. Each task includes acceptance criteria, files to create or edit, and a reference back to the relevant spec section.

What task list format does a project manager agent generate?▼

The generated tasklist includes a specification summary, technical stack, and numbered tasks with descriptions, acceptance criteria, target files, and spec references. It ends with quality requirements covering responsive design, working forms, and screenshot testing.

Does this work with Laravel and Livewire projects?▼

Yes, the Skill is designed for Laravel and Livewire stacks and extracts those requirements from the specification. It also notes FluxUI component usage, CSS framework choices, and animation preferences for the development team.

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

It quotes exact requirements from the specification and explicitly avoids adding luxury or premium features that are not written in the spec. Tasks focus on functional requirements first, with polish treated as a secondary concern.

What are the limitations of spec-to-task conversion?▼

The output quality depends on the clarity of the source specification; unclear or missing requirements are flagged as gaps rather than resolved. It also assumes a running development server and does not execute implementation work itself.