File Organization
Phase-based structure with intelligent categorization and zone-based access control
Project Top-Level Structure
/user/project/00001/ ├── workspace/ (phase-based organization) ├── transcripts/ (chat session history) └── translations/ (multilingual content)
Phase-based organization (discovery, ideation, assessment, documentation, execution)
Chat session transcripts - Private (NOT shared publicly, retained in archive)
Multilingual content versions - Shared and archived
Workspace Folder Hierarchy
workspace/ ├── discovery/ │ ├── brainstorm/ │ └── interview/ │ ├── ideation/ │ ├── brainstorm/ │ ├── interview/ │ └── ideation/ │ ├── assessment/ │ ├── critique/ │ ├── review/ │ └── refinement/ │ ├── documentation/ │ ├── consolidation/ │ └── refinement/ │ ├── execution/ │ └── innovation/ │ └── staging/ └── integrations/ (landing zone)
Key Points:
- Staging includes an
integrations/landing zone for external system connections - This same structure exists in
/share/and/archive/areas - Files are organized by innovation lifecycle phase and session type
Five Innovation Phases
1. Discovery
Initial exploration and problem identification. Understand the landscape and find opportunities.
2. Ideation
Creative solution generation. Generate and test multiple approaches to solving the problem.
3. Assessment
Evaluation and validation. Test concepts, gather feedback, and refine based on critique.
4. Documentation
Formal documentation and patent preparation. Create polished, submission-ready documents.
5. Execution
Implementation and deployment. Design beyond state of art.
6. Staging
Integration and external system connections. Stage files for deployment and integration.
Session Type Subfolders
Interview
Q&A and structured questioning
Brainstorm
Free-form creative exploration
Ideation
Structured brainstorm & test
Innovation
Design beyond state of art
Consolidation
Prepare to launch
Refinement
Sharpen focus iterations
Review
Positive feedback sessions
Critique
Negative feedback and challenge
Zone-Based Access Control
Human Zones
All visible folders in the file browser interface. Full read/write access based on your role permissions.
Example Paths:
- → /documentation/refinement/patent-draft-v3.md
- → /ideation/brainstorm/solution-concepts.md
- → /execution/staging/launch-plan.md
Agent Zones
Hidden /working/ folders where AI agents store temporary files, processing outputs, and intermediate results. Hidden from end users.
Example Paths:
- → /documentation/refinement/working/temp-processing-abc123.md
- → /ideation/brainstorm/working/ai-analysis-draft.json
- → /discovery/working/transcript-raw.md
Collaboration Zones
All non-working folders serve as shared spaces where both humans and AI agents can create, read, update, and delete files. Version control tracks all changes with proper attribution.
Shared Activities:
- ✓ Human edits document → AI suggests improvements
- ✓ AI generates draft → Human refines content
- ✓ Both create files in same folder with version tracking
- ✓ Team members and agents work simultaneously
Integration Landing Zone
The staging phase includes a special integrations/ folder that serves as a landing zone for external system connections.
Incoming Data
- • Patent office API responses
- • GitHub repository exports
- • Cloud storage sync
- • Webhook deliveries
- • Third-party tool outputs
Outgoing Data
- • Prepared submissions
- • Export packages
- • API payloads
- • Sync manifests
- • Deployment artifacts
Integration Workflow
Experience Intelligent File Organization
Let the workspace structure guide your innovation journey from discovery to execution