agentsclimarketplace

Application lifecycle trace

Skill ChristopherAlphonse/calphonse-skills/application-lifecycle-trace

Curated skills and configurations for AI-assisted development

Install
npx -y skills add ChristopherAlphonse/calphonse-skills --skill application-lifecycle-trace

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Show case application lifecycle

SKILL.md

2.8 KB, as published. Nobody here has run it

Title: PRD Generation

Guardrails

  • Trace only flows supported by source, docs, tests, or explicit user context.
  • Label inferred lifecycle steps as assumptions.
  • Keep the trace focused on primary flows. Do not add speculative components.
  • Do not modify source code.

User Story: As a developer, I want to provide a high-level feature idea and receive a structured, unambiguous PRD so that a junior developer can implement it with minimal oversight.


Layer 1: User Journey (Flowchart)


Layer 2: Component Architecture

ComponentLogic SourceResponsibilityKey Reference
User InterfaceSystem PromptCapture intent and selectionsPrompt Entry
Clarification ProcessorRule: ProcessGenerate lettered/numbered questionsPRD Mode: Step 2
Generation EngineRule: StructureFormat data into standard PRD sectionsPRD Structure
Storage ManagerRule: OutputWrite Markdown to specific directory/tasks/prd-*.md

Layer 3: Sequence Diagram

Key Design Patterns Used:

  1. Stateful Interaction: The system pauses for user feedback (Clarification Step) before proceeding to final generation, ensuring accuracy.
  2. Template Method: The PRD follows a rigid, predefined structure regardless of the feature content to ensure consistency.
  3. Persistence Ignorance: The logic focuses on document structure, while the storage rule dictates the final file path and naming convention.

Data Structures


Quick Reference

  • Event Triggers: User prompt containing "new feature" or "PRD".
  • File Format: Standard GFM (GitHub Flavored Markdown).
  • Error Handling: If requirements are ambiguous, the AI must re-trigger the clarification loop.
  • Validation: Final PRD must be legible by a "Junior Developer" profile.

Related Lifecycles

  1. Task Decomposition: Converting a PRD into a tasks-prd-*.md file.
  2. DAP Implementation: Creating a Deployment Action Plan for schema changes.
  3. System Onboarding: Generating use_cases.md from repo analysis.

Next Step: I can now save this lifecycle trace to .planning/memory/system/001_lifecycle_prd_generation.md. Would you like me to finalize the file creation?

Install: npx skills add ChristopherAlphonse/calphonse-skills --skill application-lifecycle-trace

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.