원클릭으로
brainstorming-explorer
Systematic codebase exploration, architectural critique, and generation of Project Discovery Drafts for SDLC Phase 0.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Systematic codebase exploration, architectural critique, and generation of Project Discovery Drafts for SDLC Phase 0.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | brainstorming-explorer |
| description | Systematic codebase exploration, architectural critique, and generation of Project Discovery Drafts for SDLC Phase 0. |
| license | MIT |
This skill provides the systematic heuristics for exploring an unknown or existing codebase, critiquing its architecture, and producing a structured "Project Discovery Draft" to be handed off to the Product Manager. This skill accompanies the @BrainstormingExplorerAnalyst agent.
Do not just guess. Use your search and read tools methodically:
main, index, App, or routing configurations.package.json, build.gradle, pom.xml, or pubspec.yaml to deduce the tech stack and third-party integrations.Analyze the code quality based on the user's preferred paradigms (e.g., SOLID principles, Clean Architecture).
Once the user signals that the exploration is sufficient, explicitly offer to generate the project-discovery-draft-<project_or_feature_name>-<date_ddmmyyyy>.md. If approved, strictly use the Mandatory Template below.
When authorized to write the discovery document, you MUST output it in the following format (usually saved to docs/project-discovery-draft-<project_or_feature_name>-<date_ddmmyyyy>.md):
---
title: Project Discovery & Architecture Summary
status: DRAFT (Phase 0)
date_analyzed: [YYYY-MM-DD]
---
# Project Discovery Summary
## 1. Project Overview
[Brief explanation of what the software does and its core business value based on code analysis.]
## 2. Technology Stack & Infrastructure
- **Core Framework/Language:** [e.g., Flutter/Dart, Laravel/PHP, React/TS]
- **State Management:** [e.g., BLoC, Redux, Zustand]
- **Key Dependencies:** [List 3-5 crucial third-party libraries/APIs used]
- **Infrastructure/DB:** [e.g., Firebase, PostgreSQL via Prisma]
## 3. Current Architecture Assessment
[Critique from a Senior Staff Engineer perspective. Does it use Clean Architecture? Is it modular?]
- **Strengths:** [What is done well]
- **Tech Debt & Risks:** [What is tightly coupled, violating SOLID, or risky to modify]
## 4. Key Workflows & Domain Logic
[Trace 2-3 main features. E.g., "Authentication Flow: UI -> AuthBloc -> AuthUseCase -> FirebaseAuthRepository"]
1. **Workflow A:** ...
2. **Workflow B:** ...
## 5. Handoff Notes for Product Manager (@ProductManagerPRD)
[Crucial section. Summarize what the PM needs to know *before* writing a new PRD. E.g., "The PM must note that the current database schema does not support multi-tenant users, so any new PRD requiring 'Organizations' will require a massive DB migration."]
Performs consistency and traceability audits across documents (PRD vs Spec vs Plan) to detect missing coverage and scope creep.
Workflow for analyzing bug reports, tracing root causes, and generating structured bug-fix implementation plans with rollback strategies.
Helps interrogate Product Requirements (PRD), Technical Specifications, and Implementation Plans to find ambiguities, missing edge cases, and hidden assumptions.
Workflow for auditing, designing, and writing structured documentation based on the Diátaxis Framework (Tutorials, How-to, Reference, Explanation).
Language-agnostic workflow for code reviews and security audits against Clean Code/SOLID principles, generating formal refactoring plans.
An advanced, autonomous AI agent skill designed to execute complex, multi-step, and long-horizon tasks with high reliability and minimal human interruption.