107 lines
2.7 KiB
YAML
107 lines
2.7 KiB
YAML
# Sample Intake Response - Personal Information
|
|
|
|
This is a sample response to demonstrate the intake system structure.
|
|
|
|
```yaml
|
|
identity:
|
|
legal_name: "Charles N Wyble"
|
|
preferred_name: "Charles"
|
|
handles:
|
|
- platform: "GitHub"
|
|
handle: "@ReachableCEO"
|
|
- platform: "Twitter"
|
|
handle: "@ReachableCEO"
|
|
contact_preferences:
|
|
- method: "email"
|
|
preference: "high"
|
|
- method: "signal"
|
|
preference: "medium"
|
|
location:
|
|
current: "Central Texas, USA"
|
|
planned_moves:
|
|
- destination: "Raleigh, NC"
|
|
date: "April 2026"
|
|
birth_year: 1984
|
|
|
|
professional_background:
|
|
career_timeline:
|
|
- start: "2002"
|
|
role: "Production Technical Operations"
|
|
company: "Various"
|
|
- start: "2025"
|
|
role: "Solo Entrepreneur"
|
|
company: "TSYS Group"
|
|
core_competencies:
|
|
- "Technical Operations"
|
|
- "System Administration"
|
|
- "DevOps"
|
|
- "AI Integration"
|
|
industry_experience:
|
|
- "Technology"
|
|
- "Manufacturing"
|
|
- "Energy"
|
|
certifications: []
|
|
achievements: []
|
|
current_focus: "AI-assisted workflow optimization"
|
|
|
|
philosophical_positions:
|
|
core_values:
|
|
- "Digital Data Sovereignty"
|
|
- "Rule of Law"
|
|
- "Separation of Powers"
|
|
political_affiliations:
|
|
- party: "Democratic"
|
|
strength: "Strong"
|
|
ethical_frameworks:
|
|
- "Pragmatic"
|
|
- "Transparent"
|
|
approach_to_work: "Results-focused with emphasis on automation"
|
|
ai_integration_views: "Essential for modern knowledge work"
|
|
data_privacy_stances: "Strong advocate for personal data control"
|
|
|
|
technical_preferences:
|
|
preferred_tools:
|
|
- "Codex"
|
|
- "Qwen"
|
|
- "Gemini"
|
|
technology_stack:
|
|
- "Docker"
|
|
- "Cloudron"
|
|
- "Coolify (planned)"
|
|
ai_tool_patterns:
|
|
- "Codex for code generation"
|
|
- "Qwen for system orchestration"
|
|
- "Gemini for audits"
|
|
development_methods:
|
|
- "Agile"
|
|
- "CI/CD"
|
|
security_practices:
|
|
- "Self-hosting"
|
|
- "Regular backups"
|
|
automation_approaches:
|
|
- "Infrastructure as Code"
|
|
- "AI-assisted workflows"
|
|
|
|
lifestyle_context:
|
|
daily_schedule: "Early morning focused work, flexible afternoon"
|
|
communication_preferences: "Direct, no flattery"
|
|
collaboration_approach: "Relaxed but professional"
|
|
work_life_balance: "Integrated but boundary-aware"
|
|
ongoing_projects:
|
|
- "TSYS Group ecosystem"
|
|
- "AI Home Directory optimization"
|
|
future_plans:
|
|
- "Relocation to Raleigh NC"
|
|
- "Full AI workflow integration"
|
|
|
|
relationships_networks:
|
|
key_relationships:
|
|
- "Albert (COO transition)"
|
|
- "Mike (Future VP Marketing)"
|
|
organizational_affiliations:
|
|
- "TSYS Group"
|
|
community_involvement: []
|
|
mentorship_roles: []
|
|
collaboration_patterns:
|
|
- "Solo entrepreneur with AI collaboration"
|
|
``` |