Agentic App Framework
Use this skill to install or maintain the agentic documentation framework built around:
AGENTS.mddocs/prd/docs/tdd/docs/ui-direction.mddocs/design-system.mddocs/implementation-status.mddocs/roadmap.mddocs/adr/
Bootstrapping Workflow
- Determine whether the target repo is empty/new or already has product files.
- If the repo is new and the user can start from the template repository directly, prefer the GitHub template flow instead of copying files manually.
- If the repo already exists, run
scripts/bootstrap_framework.sh --target <repo-path>from this skill. - After bootstrapping, replace top-level placeholders.
- Ask the user for any still-missing product-specific information only if it cannot be inferred safely.
Default framework source repo:
/Users/sws/Development/hobby/agentic-app-framework
If the framework repo lives elsewhere, pass --source <path> to the bootstrap script.
Maintenance Workflow
Before meaningful implementation work:
- Read
docs/implementation-status.md. - Read the relevant PRDs and TDDs.
- Read
docs/ui-direction.mdanddocs/design-system.mdfor UI work.
After meaningful implementation work:
- Update
docs/implementation-status.mdif implementation status materially moved. - Update the relevant PRD if product behavior changed.
- Update the relevant TDD if implementation direction changed.
- Update
docs/roadmap.mdif milestone sequencing or current phase changed. - Add an ADR only if a real architectural or structural decision was made.
Do not add ADRs for routine UI polish, minor refactors, or small test additions.
Required Discipline
Use references/maintenance-checklist.md as the final pass whenever the task includes implementation changes.
When maintaining docs:
- keep status docs factual, not aspirational
- distinguish implemented behavior from planned behavior
- prefer updating existing docs over creating new process docs
- keep
AGENTS.mdas a router, not a second PRD
Bundled Resources
scripts/bootstrap_framework.sh: copy the framework into an existing repo safelyreferences/maintenance-checklist.md: concise checklist for post-implementation doc maintenance
Source: sspanogle/agentic-app-framework — distributed by TomeVault.