- Created daily log entries for April 13-16, 2026, capturing standup contexts, Mattermost syncs, and ongoing work items. - Established a daily logs index for easy navigation of daily entries. - Introduced templates for daily notes, decisions, meeting notes, people, systems, and work items to standardize documentation. - Developed maps for AI workspace core, current work, Fidelity domain, and work items to enhance workspace navigation. - Implemented base configurations for daily notes, decisions, people, systems, work items, and workstreams to streamline data management. - Added a placeholder for attachments to facilitate file organization.
44 lines
1.4 KiB
Markdown
44 lines
1.4 KiB
Markdown
---
|
|
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
|
|
@vault/03-context/ios/index.md
|
|
@vault/03-context/ios/current-practices.md
|
|
@vault/03-context/ios/project-swift-guidance.md
|
|
@vault/03-context/project.md
|
|
@vault/03-context/systems/index.md
|
|
@vault/03-context/workstreams/index.md
|
|
@vault/01-current/work-items.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-answering` skill if available.
|
|
- Use `swiftui-xflow-review` if the question touches SwiftUI, XFlow, UIKit bridge removal, modal presentation, lifecycle, or backend-driven UI.
|
|
- Use `ios-testing-strategy` if 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:
|
|
|
|
1. Recommendation
|
|
2. Project-specific caveats
|
|
3. Validation or follow-up checks
|