1.1 KiB
1.1 KiB
description
| description |
|---|
| Answer Swift or iOS programming questions with Fidelity/XFlow context |
Answer the user's Swift/iOS programming question using current iOS practices and this workspace's Fidelity context.
Read:
@ai/AGENTS.md @ai/context/ios/index.md @ai/context/ios/current-practices.md @ai/context/ios/project-swift-guidance.md @ai/context/index.md @ai/context/systems/index.md @ai/context/workstreams/index.md @ai/work-items/index.md @knowledge/agent-memory-rules.md
User question:
$ARGUMENTS
Instructions:
- Use the
ios-swift-answeringskill if available. - Use
swiftui-xflow-reviewif the question touches SwiftUI, XFlow, UIKit bridge removal, modal presentation, lifecycle, or backend-driven UI. - Use
ios-testing-strategyif the question touches tests or validation. - If current Apple API behavior matters, verify against official Apple or Swift documentation before making strong claims.
- Contextualize the answer to Fidelity only when it materially changes the recommendation.
- Separate current best practice from project-safe recommendation when they differ.
Return:
- Recommendation
- Project-specific caveats
- Validation or follow-up checks