<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PRDwise community</title><link>https://staging.prdwise.pages.dev/</link><description>Recent content on PRDwise community</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 03 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://staging.prdwise.pages.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>Get the Templates</title><link>https://staging.prdwise.pages.dev/guides/getting-started/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/getting-started/</guid><description>&lt;p&gt;The prdwise repository contains all templates, setup scripts, and agent instructions you need to get started.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Repositories&lt;/strong&gt;&lt;br&gt;
(Git): &lt;a href="https://codeberg.org/PRDwise/prdwise"&gt;https://codeberg.org/PRDwise/prdwise&lt;/a&gt;&lt;br&gt;
(Mercurial): &lt;a href="https://hg.sr.ht/~francisco_reyes/prdwise"&gt;https://hg.sr.ht/~francisco_reyes/prdwise&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="choose-your-setup-guide"&gt;Choose Your Setup Guide&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;New to prdwise or agentic development?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Follow the &lt;a href="https://codeberg.org/PRDwise/prdwise/src/branch/main/docs/setup-beginners.md"&gt;beginner setup guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Includes Mercurial installation, complete walkthrough, and examples&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Experienced user?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;See the &lt;a href="https://codeberg.org/PRDwise/prdwise/src/branch/main/docs/setup-experienced.md"&gt;quick setup guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Get started in minutes with essential commands and references&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Adding to an existing project?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Learn how to &lt;a href="https://codeberg.org/PRDwise/prdwise/src/branch/main/docs/onboarding.md"&gt;onboard your project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Covers integration, VCS setup, and migration strategies&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="whats-new"&gt;What&amp;rsquo;s new&lt;/h2&gt;
&lt;p&gt;Recent additions to the framework, each with its own guide:&lt;/p&gt;</description></item><item><title>Learning Mode</title><link>https://staging.prdwise.pages.dev/guides/learning-mode/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/learning-mode/</guid><description>&lt;p&gt;Learning mode shifts the agent from doing your work to teaching you how to do it. You stay in the driver&amp;rsquo;s seat; the agent asks questions, suggests directions, or reviews what you wrote. It is opt-in and intended only for new projects.&lt;/p&gt;
&lt;h2 id="what-it-is"&gt;What it is&lt;/h2&gt;
&lt;p&gt;A configuration layer on top of the standard prdwise workflow. When enabled, the agent picks a coaching style based on your profile (technical or writing) and adjusts how it responds — questions instead of answers, hints instead of solutions, reviews instead of rewrites.&lt;/p&gt;</description></item><item><title>Task Prep Workflows</title><link>https://staging.prdwise.pages.dev/guides/task-prep-workflows/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/task-prep-workflows/</guid><description>&lt;p&gt;Three workflows sit between &amp;ldquo;task created&amp;rdquo; and &amp;ldquo;agent starts coding&amp;rdquo;: architect review, research, and the prep-task wrapper that runs them in order with a gate in between.&lt;/p&gt;
&lt;h2 id="what-they-are"&gt;What they are&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;architect-task&lt;/strong&gt; — reviews the task spec for soundness: dependencies, risks, ADR candidates, missing context. Stops the line when the spec itself is broken.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;research-task&lt;/strong&gt; — gathers patterns, files, symbols, and notes the implementer will need. No code, just findings folded back into the task details.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;prep-task&lt;/strong&gt; — runs architect first, then research, with a gate. If architect flags blockers, research does not run until the spec is fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="when-to-use-them"&gt;When to use them&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The task is non-trivial and you want to catch spec problems before burning time.&lt;/li&gt;
&lt;li&gt;The task touches code you do not know well — research surfaces the patterns to follow.&lt;/li&gt;
&lt;li&gt;You want a single command that does both gated end-to-end: use prep-task.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="when-to-skip-them"&gt;When to skip them&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The task is small and obvious.&lt;/li&gt;
&lt;li&gt;You already know the patterns and the spec is tight.&lt;/li&gt;
&lt;li&gt;You are mid-implementation — these run before code, not during.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="how-to-invoke"&gt;How to invoke&lt;/h2&gt;
&lt;p&gt;Trigger phrases (per the project&amp;rsquo;s &lt;code&gt;CLAUDE.md&lt;/code&gt;):&lt;/p&gt;</description></item><item><title>T CLI and Task Workflow</title><link>https://staging.prdwise.pages.dev/guides/task-cli/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/task-cli/</guid><description>&lt;p&gt;&lt;code&gt;T&lt;/code&gt; is a small bash helper for moving around the task system: list active tasks, open details, edit, show state, archive, work the backlog. It is a convenience wrapper — the canonical workflow lives in &lt;a href="https://codeberg.org/PRDwise/prdwise/src/branch/main/agent-task-rules.md"&gt;&lt;code&gt;agent-task-rules.md&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="what-it-is"&gt;What it is&lt;/h2&gt;
&lt;p&gt;A shell script at &lt;code&gt;scripts/T&lt;/code&gt; that wraps common task operations against &lt;code&gt;tasks/index.md&lt;/code&gt; and &lt;code&gt;tasks/details/&amp;lt;id&amp;gt;.md&lt;/code&gt;. Run &lt;code&gt;T&lt;/code&gt; with no arguments or &lt;code&gt;T h&lt;/code&gt; for the current command list; the script&amp;rsquo;s own help is the source of truth for available commands.&lt;/p&gt;</description></item><item><title>Architecture Decision Records</title><link>https://staging.prdwise.pages.dev/guides/adrs/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/adrs/</guid><description>&lt;p&gt;An ADR captures one architecture decision: the context, the choice, the alternatives, and the consequences. prdwise treats ADRs as opt-in — you turn them on per project, and you can backfill them retroactively for existing work.&lt;/p&gt;
&lt;h2 id="what-it-is"&gt;What it is&lt;/h2&gt;
&lt;p&gt;A short markdown file per decision, stored in your project. The &lt;code&gt;create-adr&lt;/code&gt; workflow walks the agent through drafting one. The retroactive variant lets you write ADRs after the fact for decisions that are already in the code.&lt;/p&gt;</description></item><item><title>First steps on writing</title><link>https://staging.prdwise.pages.dev/blog/first-steps-on-writing/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/blog/first-steps-on-writing/</guid><description>&lt;p&gt;It is said that a journey of a thousand miles begins with a single step. This is my first step on my writing journey. Although I had done some writing in the past, this is the beginning of what I hope will be a more focused attempt.&lt;/p&gt;
&lt;p&gt;Many, likely most, of my writing will be technical writing about using AI to create. The goal will be to create content for beginners to intermediate users of AI who are learning, or want to learn, how to use AI to on content production.&lt;/p&gt;</description></item><item><title>Welcome and what to expect</title><link>https://staging.prdwise.pages.dev/blog/welcome-to-prdwise/</link><pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/blog/welcome-to-prdwise/</guid><description>&lt;p&gt;Welcome to the PRDwise community. In this site, and blog, I will be sharing articles, guides and insight into how to use AI to create. Whether you plan to write software, articles or use AI to track projects I hope to give you useful info that you can use to help you in your journey&lt;/p&gt;
&lt;h2 id="what-is-prdwise-framework"&gt;What is PRDwise framework?&lt;/h2&gt;
&lt;p&gt;PRDwise is a framework for structured, task-based development. Instead of diving straight into code, you:&lt;/p&gt;</description></item><item><title>About PRDwise</title><link>https://staging.prdwise.pages.dev/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/about/</guid><description>&lt;h2 id="welcome-to-prdwise"&gt;Welcome to PRDwise&lt;/h2&gt;
&lt;p&gt;PRDwise is two things: an open-source framework that helps you work effectively with AI assistants, and a community where creators share workflows and learn from each other.&lt;/p&gt;
&lt;h2 id="the-community"&gt;The Community&lt;/h2&gt;
&lt;p&gt;Creating with AI requires new ways of thinking. Our community exists to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Share strategies for collaborating effectively with AI assistants&lt;/li&gt;
&lt;li&gt;Discuss tools, frameworks, and processes that work in practice&lt;/li&gt;
&lt;li&gt;Explore different approaches across creative disciplines&lt;/li&gt;
&lt;li&gt;Support creators navigating this evolving landscape&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="the-framework"&gt;The Framework&lt;/h2&gt;
&lt;p&gt;PRDwise is a structured approach to AI-assisted work. It uses specifications—PRDs, task files, and briefs—to give AI assistants the context they need to help you build software, plan projects, and create content.&lt;/p&gt;</description></item></channel></rss>