

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
12345# AI-DLC Terminology Glossary67## Core Terminology89### Phase vs Stage1011**Phase**: One of the three high-level lifecycle phases in AI-DLC12- 🔵 **INCEPTION PHASE** - Planning & Architecture (WHAT and WHY)13- 🟢 **CONSTRUCTION PHASE** - Design, Implementation & Test (HOW)14- 🟡 **OPERATIONS PHASE** - Deployment & Monitoring (future expansion)1516**Stage**: An individual workflow activity within a phase17- Examples: Context Assessment stage, Requirements Assessment stage, Code Generation stage18- Each stage has specific prerequisites, steps, and outputs19- Stages can be ALWAYS-EXECUTE or CONDITIONAL2021**Usage Examples**:22- ✅ "The CONSTRUCTION phase contains 7 stages"23- ✅ "The Code Generation stage is always executed"24- ✅ "We're in the INCEPTION phase, executing the Requirements Assessment stage"25- ❌ "The Requirements Assessment phase" (should be "stage")26- ❌ "The CONSTRUCTION stage" (should be "phase")2728## Three-Phase Lifecycle2930### INCEPTION PHASE31**Purpose**: Planning and architectural decisions32**Focus**: Determine WHAT to build and WHY33**Location**: `inception/` directory3435**Stages**:36- Workspace Detection (ALWAYS)37- Reverse Engineering (CONDITIONAL - Brownfield only)38- Requirements Analysis (ALWAYS - Adaptive depth)39- User Stories (CONDITIONAL)40- Workflow Planning (ALWAYS)41- Application Design (CONDITIONAL)42- Design - Units Planning/Generation (CONDITIONAL)4344**Outputs**: Requirements, user stories, architectural decisions, unit definitions4546### CONSTRUCTION PHASE47**Purpose**: Detailed design and implementation48**Focus**: Determine HOW to build it49**Location**: `construction/` directory5051**Stages**:52- Functional Design (CONDITIONAL, per-unit)53- NFR Requirements (CONDITIONAL, per-unit)54- NFR Design (CONDITIONAL, per-unit)55- Infrastructure Design (CONDITIONAL, per-unit)56- Code Generation (ALWAYS) — includes Part 1: Planning and Part 2: Generation57- Build and Test (ALWAYS)5859**Outputs**: Design artifacts, NFR implementations, code, tests6061### OPERATIONS PHASE62**Purpose**: Deployment and operational readiness63**Focus**: How to DEPLOY and RUN it64**Location**: `operations/` directory6566**Stages**:67- Operations (PLACEHOLDER)6869**Outputs**: Build instructions, deployment guides, monitoring setup, verification procedures7071---7273## Workflow Stages7475### Always-Execute Stages76- **Workspace Detection**: Initial analysis of workspace state and project type77- **Requirements Analysis**: Gathering requirements (depth varies based on complexity)78- **Workflow Planning**: Creating execution plan for which phases to run79- **Code Generation**: Single stage with two parts — Part 1 (Planning) creates detailed implementation plans, Part 2 (Generation) generates actual code based on plans and prior artifacts80- **Build and Test**: Building all units and executing comprehensive testing8182### Conditional Stages83- **Reverse Engineering**: Analyzing existing codebase (brownfield projects only)84- **User Stories**: Creating user stories and personas (includes Story Planning and Story Generation)85- **Application Design**: Designing application components, methods, business rules, and services86- **Design**: Designing system components (includes Units Planning, Units Generation, per-unit design)87- **Functional Design**: Technology-agnostic business logic design (per-unit)88- **NFR Requirements**: Determining NFRs and selecting tech stack (per-unit)89- **NFR Design**: Incorporating NFR patterns and logical components (per-unit)90- **Infrastructure Design**: Mapping to actual infrastructure services (per-unit)9192## Application Design Terms9394- **Component**: A functional unit with specific responsibilities95- **Method**: A function or operation within a component with defined business rules96- **Business Rule**: Logic that governs method behavior and validation97- **Service**: Orchestration layer that coordinates business logic across components98- **Component Dependency**: Relationship and communication pattern between components99100## Architecture Terms (Infrastructure)101102### Unit of Work103A logical grouping of user stories for development purposes. The term used during planning and decomposition.104105**Usage**: "We need to decompose the system into units of work"106107### Service108An independently deployable component in a microservices architecture. Each service is a separate unit of work.109110**Usage**: "The Payment Service handles all payment processing"111112### Module113A logical grouping of functionality within a single service or monolith. Modules are not independently deployable.114115**Usage**: "The authentication module within the User Service"116117### Component118A reusable building block within a service or module. Components are classes, functions, or packages that provide specific functionality.119120**Usage**: "The EmailValidator component validates email addresses"121122## Terminology Guidelines123124### When to Use Each Term125126**Unit of Work**:127- During Units Planning and Units Generation stages128- When discussing system decomposition129- In planning documents and discussions130- Example: "How should we decompose this into units of work?"131132**Service**:133- When referring to independently deployable components134- In microservices architecture contexts135- In deployment and infrastructure discussions136- Example: "The Order Service will be deployed to ECS"137138**Module**:139- When referring to logical groupings within a service140- In monolith architecture contexts141- When discussing internal organization142- Example: "The reporting module generates all reports"143144**Component**:145- When referring to specific classes, functions, or packages146- In design and implementation discussions147- When discussing reusable building blocks148- Example: "The DatabaseConnection component manages connections"149150## Stage Terminology151152### Planning vs Generation153- **Planning**: Creating a plan with questions and checkboxes for execution154- **Generation**: Executing the plan to create artifacts155156Examples:157- Story Planning → Story Generation158- Units Planning → Units Generation159- Unit Design Planning → Unit Design Generation160- NFR Planning → NFR Generation161- Code Generation Part 1 (Planning) → Code Generation Part 2 (Generation)162163### Depth Levels164- **Minimal**: Quick, focused execution for simple changes165- **Standard**: Normal depth with standard artifacts for typical projects166- **Comprehensive**: Full depth with all artifacts for complex/high-risk projects167168## Artifact Types169170### Plans171Documents with checkboxes and questions that guide execution.172- Located in `aidlc-docs/plans/`173- Examples: `story-generation-plan.md`, `unit-of-work-plan.md`174175### Artifacts176Generated outputs from executing plans.177- Located in various `aidlc-docs/` subdirectories178- Examples: `requirements.md`, `stories.md`, `design.md`179180### State Files181Files tracking workflow progress and status.182- `aidlc-state.md`: Overall workflow state183- `audit.md`: Complete audit trail of all interactions184185## Common Abbreviations186187- **AI-DLC**: AI-Driven Development Life Cycle188- **NFR**: Non-Functional Requirements189- **UOW**: Unit of Work190- **API**: Application Programming Interface191- **CDK**: Cloud Development Kit (AWS)192
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| nota-america/forgecat-agent-profilesprofiles/addyosmani/agent-skills/for-cursor/.cursor/rules/cmd-build.mdc · 51 | Cursor rules | no sections | 16/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/addyosmani/agent-skills/for-cursor/.cursor/rules/cmd-code-simplify.mdc · 51 | Cursor rules | testing-strategy | 30/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/addyosmani/agent-skills/for-cursor/.cursor/rules/cmd-plan.mdc · 51 | Cursor rules | no sections | 16/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/addyosmani/agent-skills/for-cursor/.cursor/rules/cmd-review.mdc · 51 | Cursor rules | no sections | 16/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/addyosmani/agent-skills/for-cursor/.cursor/rules/cmd-ship.mdc · 51 | Cursor rules | testing-strategygitdeploymentdo-not | 61/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/addyosmani/agent-skills/for-cursor/.cursor/rules/cmd-spec.mdc · 51 | Cursor rules | no sections | 16/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/addyosmani/agent-skills/for-cursor/.cursor/rules/cmd-test.mdc · 51 | Cursor rules | no sections | 16/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/addyosmani/agent-skills/for-forgecat/AGENTS.md · 51 | AGENTS.md | lint-formatstylearchdo-not | 73/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/addyosmani/agent-skills/for-forgecat/CLAUDE.md · 51 | CLAUDE.md | teststylearchagent-behaviour | 70/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-code/anthropics_claude-code_ralph-wiggum/for-cursor/.cursor/rules/cmd-cancel-ralph.mdc · 51 | Cursor rules | no sections | 16/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-code/anthropics_claude-code_ralph-wiggum/for-cursor/.cursor/rules/cmd-help.mdc · 51 | Cursor rules | no sections | 54/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-code/anthropics_claude-code_ralph-wiggum/for-cursor/.cursor/rules/cmd-ralph-loop.mdc · 51 | Cursor rules | no sections | 22/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-plugins-official/anthropics_claude-plugins-official_agent-sdk-dev/for-cursor/.cursor/rules/cmd-new-sdk-app.mdc · 51 | Cursor rules | setupstylearchdocs | 76/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-plugins-official/anthropics_claude-plugins-official_claude-md-management/for-cursor/.cursor/rules/cmd-revise-claude-md.mdc · 51 | Cursor rules | agent-behaviour | 50/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-plugins-official/anthropics_claude-plugins-official_code-review/for-cursor/.cursor/rules/cmd-code-review.mdc · 51 | Cursor rules | testing-strategygit | 35/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-plugins-official/anthropics_claude-plugins-official_commit-commands/for-cursor/.cursor/rules/cmd-clean_gone.mdc · 51 | Cursor rules | no sections | 60/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-plugins-official/anthropics_claude-plugins-official_commit-commands/for-cursor/.cursor/rules/cmd-commit-push-pr.mdc · 51 | Cursor rules | stylegit | 44/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-plugins-official/anthropics_claude-plugins-official_commit-commands/for-cursor/.cursor/rules/cmd-commit.mdc · 51 | Cursor rules | style | 44/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-plugins-official/anthropics_claude-plugins-official_example-plugin/for-cursor/.cursor/rules/cmd-example-command.mdc · 51 | Cursor rules | lint-formatstyleagent-behaviour | 58/100 | today | |
| nota-america/forgecat-agent-profilesprofiles/anthropics/claude-plugins-official/anthropics_claude-plugins-official_feature-dev/for-cursor/.cursor/rules/cmd-feature-dev.mdc · 51 | Cursor rules | stylearchgit | 56/100 | today |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| bybren-llc/safe-agentic-workflow.cursor/rules/10-backend-python.mdc · 399 | Cursor rules | testlint-formatstylegit+4 | 97/100 | today |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/nota-america-forgecat-agent-profiles-profiles-awslabs-aidlc-workflows-for-cursor-cursor-rules-rule-terminology)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.