full-stack-orchestration-full-stack-feature
跨所有层级编排全栈功能
构建全栈功能需要协调多个专业人员和技术。本技能使用AI子代理管理从数据库设计到部署的整个工作流程,每个层级都有专门的AI子代理负责。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“full-stack-orchestration-full-stack-feature”。 Add two-factor authentication to user login
预期结果:
- 第一阶段完成:TOTP密钥的数据库架构、后端服务设计与认证流程、前端组件架构用于设置向导
- 第二阶段完成:TOTP生成端点实施、二维码显示组件、备用代码管理、SMS回退集成
- 第三阶段完成:验证API响应的契约测试、登录流程的E2E测试、确认OWASP合规性的安全审计
- 第四阶段完成:Docker容器部署到Kubernetes、功能标志配置用于渐进式发布、监控仪表板已激活
正在使用“full-stack-orchestration-full-stack-feature”。 Build real-time notification system
预期结果:
- 数据库:PostgreSQL listen/notify设置,包含通知队列表和用户偏好架构
- 后端:Redis pub/sub的WebSocket网关、通知模板、投递追踪
- 前端:带有实时更新的React通知中心组件、偏好管理模态框
- 基础设施:水平Pod自动缩放配置、消息持久化启用、投递指标仪表板
安全审计
低风险Static scanner flagged 25 patterns but all are false positives - SKILL.md is documentation describing workflow prompts, not executable code. The skill orchestrates AI subagents for full-stack development. External commands risk factor present in documentation references only. No actual shell execution, cryptographic operations, or network calls in the skill itself.
低风险问题 (1)
风险因素
质量评分
你能构建什么
企业功能开发
启动需要数据库更改、新API端点、前端组件和基础设施更新的复杂功能,并配备完整的测试和部署自动化
初创公司MVP交付
通过编排AI子代理处理从架构设计到生产部署的所有开发层,快速构建和部署最小可行产品
遗留系统现代化
系统地将单体应用迁移到微服务架构,包括适当的API契约、容器化和可观测性
试试这些提示
Build a user profile feature with avatar upload, bio editing, and privacy settings. Stack: Next.js, Node.js, PostgreSQL. Deploy to AWS.
Create a payment processing integration with Stripe. Start with OpenAPI spec, then implement backend webhooks, frontend checkout flow, and comprehensive testing. Include HIPAA compliance considerations.
Build a complete SaaS analytics dashboard from scratch. Include user authentication, data ingestion pipeline, real-time charts, subscription billing, and multi-tenant architecture. Deploy to GCP with blue-green deployment.
Migrate our monolithic e-commerce checkout to microservices. Create separate services for cart, payments, inventory, and shipping. Implement event-driven architecture with message queues, distributed tracing, and circuit breakers. Maintain zero-downtime during migration.
最佳实践
- 在实施开始前定义清晰的API契约,以实现并行开发
- 在所有服务中使用关联ID进行分布式追踪和调试
- 为所有新功能实施功能标志,以实现安全的渐进式发布
避免
- 跳过契约测试会导致前端和后端之间的集成失败
- 在没有可观测性的情况下部署会使生产事件无法诊断
- 硬编码环境特定的值,而不是使用配置管理