Back to authors
czottmann

czottmann

8 Skills published on GitHub.

writing-app-release-notes

Use when being asked to write release notes for an app

release-notesdocument-templatescontent-writingcommunication
docsView skill →

issue-tracking-with-beans-and-linear

Use when starting work, tracking tasks, or deciding where to record discovered work - clarifies when to use Beans vs Linear

issue-trackingbeanslineartask-planning
pmView skill →

using-xcode

Use this before running `xcodebuild` or working with Xcode - tells you the specifics of how we use Xcode and its tools

xcodexcodebuildmacosclitool-use
setupView skill →

making-plans

Use when design is complete and you need detailed implementation tasks - breaks epics into coarse-grained Beans issues with TDD guidance, exact file paths, and verification steps

task-planningimplementation-workflowtest-driven-developmentfile-organizationissue-tracking
project-planningView skill →

developing-with-swift

Use this before writing any Swift code, before planning code changes and enhancements - establishes style guidelines, teaches you vital Swift techniques

swiftstyle-guidebest-practicesdeveloper-guidance
principlesView skill →

issue-tracking-with-linear

Use when working with Linear tickets/issues - establishes workflows for creating and updating tickets (issues)

issue-trackinglinearworkflow-design
workflowView skill →

brainstorming

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

brainstormingideationcollaborationfeedback
methodologyView skill →

generating-swift-package-docs

Use when encountering unfamiliar import statements; when exploring a dependency's API; when user asks "what's import X?", "what does import X do?", or about package documentation. - Generates comprehensive API documentation for Swift package dependencies on-demand. This skill helps you quickly obtain documentation for packages used in Xcode projects when you encounter unfamiliar module imports. Automatically resolves modules to packages and caches documentation for reuse. This is the primary tool for understanding individual `import` statements.

library-documentationAPIswiftxcodepackage-management
docsView skill →