ai-project-manager
SkillDocs & knowledgeCreate and maintain repository planning documents, phased implementation plans, approval checkpoints, task status, and validation evidence for AI-assisted development work.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ai-project-manager skill
What this skill tells your AI
The instructions your AI receives, as published by christitustech/titus-ai in .agents/skills/ai-project-manager/SKILL.md and read by ahel’s review.
Workflow
- Inspect repository instructions, current changes, and the active branch.
- Identify which planning documents are relevant to the task. Locate each
relevant
SPEC.md,ROADMAP.md, orTASKS.mdat the repository root first, then underdocs/. If both locations contain a relevant document, read both and surface conflicts. - Determine missing requirements, unresolved decisions, dependencies, risks, and implementation impact.
- Create a phase plan that maps to acceptance criteria and defines automated validation, manual validation, rollback, and pause points.
- Present the plan and stop when the user requested planning only or reserved implementation approval.
- Once implementation is authorized, execute one reviewable phase at a time.
- Validate the phase, inspect the diff, summarize evidence, and update task status only after the exit criteria pass.
- Hand completed implementation to a pull-request readiness workflow when the user asks to prepare, review, publish, or merge the change.
Diagnostics
git status --short
git branch --show-current
rg --files -g 'AGENTS.md' -g 'AGENTS.override.md' -g 'SPEC.md' -g 'ROADMAP.md' -g 'TASKS.md'
Read every applicable AGENTS.md and each planning document relevant to the
task. Do not assume that planning files live under docs/.
If the user asks to create missing planning files, adapt the templates under
assets/project-docs/ to the repository. Remove irrelevant sections instead of
leaving placeholders or inventing requirements.
Safety Rules
- Never rewrite project requirements unless asked.
- Never mark a task done without validation or a stated reason validation was skipped.
- Never ignore conflicts between SPEC, ROADMAP, TASKS, and code.
- Never cross a user approval or plan-only checkpoint.
- Never treat an agent's implementation report as validation evidence.
- Keep project-specific knowledge in project docs, not reusable skills.
- Prefer small reviewable phases over broad plans.
Validation
- Plan maps to documented requirements.
- Each task has clear scope and acceptance criteria.
- Automated and manual validation are defined before implementation.
- Completed work updates task status when appropriate.
- The final diff contains only the intended phase.
- Final summary lists changed files, checks run, skipped checks, and residual risk.
Signals
- GitHub stars
- 125
- Forks
- 21
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ai-project-manager- Source
- github.com/christitustech/titus-ai